]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
acl scheme for [wiki] special pages
[shellwiki] / themes / default.css
index e21c919f4e465614ec21000c5993a27788bdfb62..a8bdfbcea9b355b7bdb00487dc8de0f1db4eeb22 100644 (file)
@@ -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 {