]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
Merge commit '5971a731e98b9b6543d78572c181ffc1bb7e1dd1' into sipb
[ikiwiki.git] / doc / style.css
index 69c7f80d8085fdae3d4eacbffa3ab393d49a855a..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;
@@ -49,7 +56,7 @@
        border-bottom: 1px solid #000;
 }
 
-div.inlinecontent {
+.inlinecontent {
        margin-top: .4em;
 }
 
@@ -69,6 +76,10 @@ div.inlinecontent {
        margin-top: 1em;
 }
 
+.inlinepage .tags {
+        display: inline;
+}
+
 .mapparent {
        text-decoration: none;
 }