]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/style.css
force article and header to display as blocks
[git.ikiwiki.info.git] / doc / style.css
index 7ffcf9fe27d32eb18307c68e0d1419e006d250fa..82de8fe6e5b397d35267a4280d7dde6e7994cafd 100644 (file)
@@ -4,6 +4,13 @@
  * local.css and use it to override or change settings in this one.
  */
 
+article {
+       display: block;
+}
+header {
+       display: block;
+}
+
 .header {
        margin: 0;
        font-size: 22px;
@@ -49,7 +56,7 @@
        border-bottom: 1px solid #000;
 }
 
-div.inlinecontent {
+.inlinecontent {
        margin-top: .4em;
 }
 
@@ -60,18 +67,19 @@ div.inlinecontent {
        clear: both;
 }
 
-.tags {
-}
-
 #pageinfo {
        margin: 1em 0;
        border-top: 1px solid #000;
 }
 
-div.tags {
+.tags {
        margin-top: 1em;
 }
 
+.inlinepage .tags {
+        display: inline;
+}
+
 .mapparent {
        text-decoration: none;
 }