Commit 2fbb7466 authored by Ozzie Isaacs's avatar Ozzie Isaacs

Code cosmetics

parent f29f94f4
...@@ -66,19 +66,12 @@ body { ...@@ -66,19 +66,12 @@ body {
right: 40px; right: 40px;
} }
xmp, pre {
pre,
plaintext {
display: block; display: block;
font-family: -moz-fixed;
white-space: pre;
margin: 1em 0; margin: 1em 0;
}
pre {
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: break-word; word-wrap: break-word;
font-family: -moz-fixed; font-family: -moz-fixed, sans-serif;
column-count: 2; column-count: 2;
-webkit-columns: 2; -webkit-columns: 2;
-moz-columns: 2; -moz-columns: 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment