summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-03-28 10:15:26 -0400
committerBradley Taunt <bt@btxx.org>2024-03-28 10:15:26 -0400
commit177a3469a922ce4b97fa41a63f66dbac5142339f (patch)
tree164c93d5a8cd091c6dc86c92a82875dc17121be3
parent288e67bbcad3cdf8e27f343ba3e473d002d2c935 (diff)
More styling cleanup
-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;}