From: Paul Hänsch Date: Sat, 23 Sep 2023 23:28:43 +0000 (+0200) Subject: css: minor improvements X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=345839c5fc900260ccdb5383a5664019d6d7c43a;p=shellwiki css: minor improvements --- diff --git a/themes/default.css b/themes/default.css index 1f4c9ea..597a1a9 100644 --- a/themes/default.css +++ b/themes/default.css @@ -158,10 +158,10 @@ li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; pa h1 { text-align: center; } .center { text-align: center; } -form.search { - text-align: center; +form.newpage, form.search { margin-bottom: 1em; } +form.search { text-align: center; } input.search { min-width: 50%; max-width: 80%; @@ -188,11 +188,13 @@ table { } .right { float: right; + clear: both; width: 33%; margin: .25em 0 .5em 1em; } .left { float: left; + clear: both; width: 33%; margin: .25em 1em .5em 0; }