]> sipb.mit.edu Git - ikiwiki.git/commitdiff
ff also needs footer and nav forced to block
authorJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 21:01:28 +0000 (17:01 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 21:01:28 +0000 (17:01 -0400)
doc/style.css

index 82de8fe6e5b397d35267a4280d7dde6e7994cafd..f2f558497341574b1bd5f6676bddde8666072620 100644 (file)
@@ -4,10 +4,10 @@
  * local.css and use it to override or change settings in this one.
  */
 
-article {
-       display: block;
-}
-header {
+article,
+header,
+footer,
+nav {
        display: block;
 }