diff options
author | Bradley Taunt <brad@bt.ht> | 2023-12-27 13:31:30 -0500 |
---|---|---|
committer | Bradley Taunt <brad@bt.ht> | 2023-12-27 13:31:30 -0500 |
commit | 6712ffedccd85cee3065edeb59505197ddbd6207 (patch) | |
tree | 4ae0624e10faa399d358575d3e147d93ec5499c7 | |
parent | b8af2d96c402aa8932975581542df406c6e9a8d6 (diff) |
More changes to CSS
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ table td{padding:8px;} blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0;padding-left:10px;} .pageheader,#pagebody,.sidebar,#footer{margin:0 auto;max-width:900px;} .pageheader,#pageinfo{padding:1em;} -.pageheader .actions, #searchform{right:0;} +.pageheader .actions, #searchform{right:1em;} #content{margin:1em;} .sidebar{border:0;float:none;padding:0;width:100%;} .sidebar p{font-size:1rem;margin-top:0;} |