projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43eef80
)
ff also needs footer and nav forced to block
author
Joey Hess
<joey@kitenet.net>
Sun, 2 May 2010 21:01:28 +0000
(17:01 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 2 May 2010 21:01:28 +0000
(17:01 -0400)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 82de8fe6e5b397d35267a4280d7dde6e7994cafd..f2f558497341574b1bd5f6676bddde8666072620 100644
(file)
--- 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;
}