diff options
author | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:13:39 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:13:39 -0500 |
commit | 9034af906249e1d0d7b86214443cda99f7e31f47 (patch) | |
tree | ab82b8d3c255b43a08a8dd71c20bf51aa3a52d84 | |
parent | 00641f1414f4622b5e01a84373ed576ad69cdefd (diff) |
Action links to still show comments
-rw-r--r-- | local.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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;} } |