]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
Merge commit '5971a731e98b9b6543d78572c181ffc1bb7e1dd1' into sipb
[ikiwiki.git] / doc / style.css
index c857157b614e20b1be0b8e47c9305a3bd4249ed5..f2f558497341574b1bd5f6676bddde8666072620 100644 (file)
@@ -4,6 +4,13 @@
  * local.css and use it to override or change settings in this one.
  */
 
+article,
+header,
+footer,
+nav {
+       display: block;
+}
+
 .header {
        margin: 0;
        font-size: 22px;
        margin-top: 1em;
 }
 
+.inlinepage .tags {
+        display: inline;
+}
+
 .mapparent {
        text-decoration: none;
 }