summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/local.css b/local.css
index 9fab899..b7ef7d2 100644
--- a/local.css
+++ b/local.css
@@ -1,5 +1,5 @@
*{box-sizing:border-box;}
-body{line-height:1.4;}
+body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;}
img{height:auto;max-width:100%;}
h1{font-size:2.2rem;}
h2{font-size:1.4rem;}
@@ -9,6 +9,7 @@ table tr{border-bottom:1px solid;}
table td{padding:8px;}
blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;}
.pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;}
+#pagebody h2, #pagebody h3{margin-top:2em;}
.pageheader,#pageinfo{padding:1em;}
.pageheader .actions, #searchform{right:1em;}
#content{margin:1em;}