Removing the clear:left from previous commit again, because apparently people like...
authorArne Heizmann <timwi@users.mediawiki.org>
Fri, 18 Jun 2004 23:15:05 +0000 (23:15 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Fri, 18 Jun 2004 23:15:05 +0000 (23:15 +0000)
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.

stylesheets/monobook/main.css

index 890da19..64d1e4c 100644 (file)
@@ -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;