summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-25 18:04:45 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-03-25 18:04:45 -0400
commit9e4adba63a769f164c2a6818e58070680c3e0eed (patch)
tree5d96f79639ea63d257908456abe47d8fff29e88e /doc/style.css
parent5ec9c7af7579341a751de9ccbedc21438ea14be0 (diff)
css: Add clear: both to inlinefooter.
If an inlined page contains a floating element, this ensures that the footer appears beneath it, and prevents the floating element from possibly leaking down to the next inlined page.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index a6e6734e3..98a28f347 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -44,6 +44,9 @@ div.inlinecontent {
.pagefooter {
clear: both;
}
+.inlinefooter {
+ clear: both;
+}
.tags {
}