From: Arne Heizmann Date: Fri, 18 Jun 2004 23:15:05 +0000 (+0000) Subject: Removing the clear:left from previous commit again, because apparently people like... X-Git-Tag: 1.5.0alpha1~2819 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=6ebfcaad4c5d92d992a9619cd86bfbd1531f9251;p=lhc%2Fweb%2Fwiklou.git Removing the clear:left from previous commit again, because apparently people like to create image galleries using class="tleft" (or rather, |thumb|left|). Images in varying positions in articles tend to be right-floating, so I suppose this is okay. --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 890da19b88..64d1e4ce36 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -318,7 +318,6 @@ div.floatright { } div.floatright p { font-style: italic; } div.floatleft { - clear: left; float: left; margin: 0.3em 0.5em 0.5em 0; position: relative;