From: Simon McVittie Date: Sun, 13 Jul 2008 14:16:41 +0000 (+0100) Subject: Don't set clear:both on .pagedate etc., only on .pagefooter X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/f6e6d561e9d0269d8b52bf926adb3f782e777bde?hp=879d7806032bb673e3fb5459e67de90a8ad8c72b 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. --- 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;