From f6e6d561e9d0269d8b52bf926adb3f782e777bde Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 13 Jul 2008 15:16:41 +0100 Subject: [PATCH] Don't set clear:both on .pagedate etc., only on .pagefooter This removes clear:both from the trailing metadata of inlined entries as requested by tschwinge, but if you want that feature back, you can set .inlinefooter { clear: both; } in local.css. --- doc/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/style.css b/doc/style.css index 246da1ffc..0e3bfb3e6 100644 --- a/doc/style.css +++ b/doc/style.css @@ -35,12 +35,14 @@ padding: .2em .4em; } -.tags { +.pagefooter { clear: both; } +.tags { +} + #pageinfo { - clear: both; margin: 1em 0; border-top: 1px solid #000; } @@ -140,7 +142,6 @@ div.recentchanges { .pagedate, .pagelicense, .pagecopyright { - clear: both; font-style: italic; display: block; margin-top: 1em; -- 2.39.2