diff options
author | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:08:18 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2024-01-04 18:08:18 -0500 |
commit | 00641f1414f4622b5e01a84373ed576ad69cdefd (patch) | |
tree | ac4d30d59317b1a140e8f64aadd08c55e07c9afd | |
parent | 52b65322b7c03b336f3e836d6200f29233690943 (diff) |
Hide actionable buttons from users
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ 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, #searchform{right:1em;} #content{margin:1em;} .sidebar{border:0;border-bottom:1px solid #999;float:none;padding:0;width:100%;} |