projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d541cc8
)
clear floats before comments begin
author
Joey Hess
<joey@kitenet.net>
Tue, 15 Jun 2010 17:44:42 +0000
(13:44 -0400)
committer
Joey Hess
<joey@kitenet.net>
Tue, 15 Jun 2010 17:44:42 +0000
(13:44 -0400)
doc/style.css
patch
|
blob
|
history
diff --git
a/doc/style.css
b/doc/style.css
index 7c97a518c6679b871505cdd8fd7fda8cb2b4568e..bf000dae189ac8d7c12a6780837a422a3773873c 100644
(file)
--- a/
doc/style.css
+++ b/
doc/style.css
@@
-62,10
+62,9
@@
nav {
margin-top: .4em;
}
-.pagefooter {
- clear: both;
-}
-.inlinefooter {
+.pagefooter,
+.inlinefooter,
+.comments {
clear: both;
}