From 9e4adba63a769f164c2a6818e58070680c3e0eed Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Mar 2009 18:04:45 -0400 Subject: 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. --- doc/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/style.css') 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 { } -- cgit v1.2.3