css: Add clear: both to inlinefooter.
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 25 Mar 2009 22:04:45 +0000 (18:04 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 25 Mar 2009 22:04:45 +0000 (18:04 -0400)
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.

debian/changelog
doc/style.css

index e54c08ba50eba852100724d84b5bef1cd6be9a9f..01404a2b4665f1b6448e5613c717489e46fac697 100644 (file)
@@ -6,6 +6,7 @@ ikiwiki (3.09) UNRELEASED; urgency=low
   * git, mercurial: Fix --getctime to return file creation time,
     not last commit time.
   * Updated French translation (Jean-Luc Coulon). Closes: #521072
+  * css: Add clear: both to inlinefooter.
 
  -- Joey Hess <joeyh@debian.org>  Thu, 19 Mar 2009 15:32:49 -0400
 
index a6e6734e3124151829d585b2b566e5347df84c03..98a28f34769d34d43feb2a8d73f37fddd10442be 100644 (file)
@@ -44,6 +44,9 @@ div.inlinecontent {
 .pagefooter {
        clear: both;
 }
+.inlinefooter {
+       clear: both;
+}
 
 .tags {
 }