aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-02 17:01:28 -0400
committerJoey Hess <joey@kitenet.net>2010-05-02 17:01:28 -0400
commitd37ff8d29993ccea880e36eba620e1ecdf91b80f (patch)
tree8abe10e282cca97ca57857ae996fe7268424fbf0 /doc/style.css
parent43eef80b46e157ec32037d198f7341adef338c50 (diff)
downloadikiwiki-d37ff8d29993ccea880e36eba620e1ecdf91b80f.tar
ikiwiki-d37ff8d29993ccea880e36eba620e1ecdf91b80f.tar.gz
ff also needs footer and nav forced to block
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/style.css b/doc/style.css
index 82de8fe6e..f2f558497 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -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;
}