summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/style.css b/style.css
index 78a688e..eb41428 100644
--- a/style.css
+++ b/style.css
@@ -1,12 +1,10 @@
body {
background: white;
line-height: 1.5;
- margin: 3em;
+ margin: 3em auto;
+ padding: 0 3em; /* Fix for Dillo */
font-family: sans-serif;
-}
-.main {
- margin: 2em auto;
- width: 50em;
+ max-width: 72ch;
}
h1 {
margin-top: 0.25em;
@@ -22,6 +20,16 @@ figure {
text-align: center;
margin: 1em;
}
+footer {
+ text-align: center;
+ margin-top: 2em;
+ clear: both;
+}
+pre {
+ padding: 0.25em;
+ background: #f7f7f7;
+ border-left: solid 2px #ccc;
+}
.date {
font-style: italic;
float: right;