From: Simon McVittie <http://smcv.pseudorandom.co.uk/>
Date: Sun, 13 Jul 2008 14:16:41 +0000 (+0100)
Subject: Don't set clear:both on .pagedate etc., only on .pagefooter
X-Git-Tag: 2.54~87^2~7^2
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f6e6d561e9d0269d8b52bf926adb3f782e777bde?ds=inline;hp=--cc

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.
---

f6e6d561e9d0269d8b52bf926adb3f782e777bde
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;