From 9034af906249e1d0d7b86214443cda99f7e31f47 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 4 Jan 2024 18:13:39 -0500 Subject: Action links to still show comments --- local.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'local.css') 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;} } -- cgit v1.2.3-54-g00ecf