X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=597a1a9e9ae64c61bf473b9a47ee53ab01b2e78e;hb=345839c5fc900260ccdb5383a5664019d6d7c43a;hp=1f4c9ead5e4e4575f4ec25a27f545298d8246631;hpb=12fa6da13bb5c96df8326be6849aed484ff90959;p=shellwiki 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; }