summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.css b/local.css
index 6bdd219..9a369e2 100644
--- a/local.css
+++ b/local.css
@@ -1,7 +1,7 @@
*{box-sizing:border-box;}
body{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;line-height:1.55;padding:0 10px;}
img{height:auto;max-width:100%;}
-h1,h2,h3{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif;}
+h1,h2,h3{font-family:"Lucida Grande", Lucida, Geneva, Helvetica, Arial, sans-serif !important;}
h1{font-size:2.2rem;}
h2{font-size:1.4rem;}
h3{font-size:1.2rem;}
@@ -18,7 +18,7 @@ pre,code{font-size:12pt;}
.pageheader .actions ul li a{display:none;}
.pageheader .actions ul li a[href="./#comments"]{display:inline;}
.pageheader .actions, #searchform{right:1em;}
-#content{font-family:"Palatino",serif;font-size:13pt;margin:1em;}
+#content{font-family:"Palatino",serif;font-size:13pt;margin:1em 0;}
#content p{text-align:justify;}
.sidebar{background:none;border:0;border-bottom:1px solid #999;float:none;padding:0;width:100%;}
.sidebar p{font-size:1rem;margin-top:0;}