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.master
parent
5ec9c7af75
commit
9e4adba63a
|
@ -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
|
||||
|
||||
|
|
|
@ -44,6 +44,9 @@ div.inlinecontent {
|
|||
.pagefooter {
|
||||
clear: both;
|
||||
}
|
||||
.inlinefooter {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.tags {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue