summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorBradley Taunt <brad@bt.ht>2024-01-04 18:13:39 -0500
committerBradley Taunt <brad@bt.ht>2024-01-04 18:13:39 -0500
commit9034af906249e1d0d7b86214443cda99f7e31f47 (patch)
treeab82b8d3c255b43a08a8dd71c20bf51aa3a52d84 /local.css
parent00641f1414f4622b5e01a84373ed576ad69cdefd (diff)
Action links to still show comments
Diffstat (limited to 'local.css')
-rw-r--r--local.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/local.css b/local.css
index b5fe49c..a3fbd62 100644
--- a/local.css
+++ b/local.css
@@ -11,7 +11,9 @@ blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;
.pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;}
#pagebody h2, #pagebody h3{margin-top:2em;}
.pageheader,#pageinfo{padding:1em;}
-.pageheader .actions{display:none;}
+.pageheader .actions ul li{background:none;border:0;padding:0;}
+.pageheader .actions ul li a{display:none;}
+.pageheader .actions ul li a[href="./#comments"]{display:inline;}
.pageheader .actions, #searchform{right:1em;}
#content{margin:1em;}
.sidebar{border:0;border-bottom:1px solid #999;float:none;padding:0;width:100%;}
@@ -40,5 +42,4 @@ blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;
.pageheader{background:black;color:white !important;}
.sidebar{background:#2d2d2d;color:white !important;}
pre,code{background:black;}
- .pageheader .actions ul li{background:#2d2d2d;}
}