X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=a8bdfbcea9b355b7bdb00487dc8de0f1db4eeb22;hb=b0ccec5d3d972350accfc64149bf724c29bf577a;hp=e21c919f4e465614ec21000c5993a27788bdfb62;hpb=8a93d4ef20815df18bfc1a580d3cffb8c6a31ea2;p=shellwiki diff --git a/themes/default.css b/themes/default.css index e21c919..a8bdfbc 100644 --- a/themes/default.css +++ b/themes/default.css @@ -17,6 +17,7 @@ header, footer { } footer { + padding-top: .5em; position: absolute; bottom: 0; } @@ -26,16 +27,21 @@ main > :last-child { margin-bottom: 0; } +header h1, header h2, -header .menu { +header .menu, +footer .menu { display: inline-block; } -header .menu { list-style: none; } +header .menu, +footer .menu { list-style: none; } -header .menu li { +header .menu li, +footer .menu li { display: inline-block; margin-right: .5em; + vertical-align: top; } main .pagemenu {