diff options
author | Bradley Taunt <bt@btxx.org> | 2024-02-10 08:25:36 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-02-10 08:25:36 -0500 |
commit | d664bc567e8301565bf37dbd5af097f0b2e3808f (patch) | |
tree | eee91d0ada2ad1f7f8d8de0d44a2544f08cd0d55 | |
parent | b36705ee394c3c4112ec486f43be70ac2ad04785 (diff) |
Minor search styling updates
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ blockquote{border-left:4px solid;font-size:120%;font-style:italic;margin-left:0; .trail{display:flex;justify-content:space-between;} .trailprev,.trailnext{position:relative;width:30%;} .trailup{margin:0;} +.header #searchform{display:none;} +.searchquery .searchbox{max-width:100%;} .footnotes,#pageinfo{font-size:90%;} @media (max-width: 600px) { |