Object : reestablish margin (only borders were wrong)
authorGuillaume Blanchard <aoineko_jp@users.mediawiki.org>
Wed, 27 Oct 2004 09:31:51 +0000 (09:31 +0000)
committerGuillaume Blanchard <aoineko_jp@users.mediawiki.org>
Wed, 27 Oct 2004 09:31:51 +0000 (09:31 +0000)
Changes : Reestablish margin in div.floatright, table.floatright, div.floatleft and table.floatleft

skins/monobook/main.css

index 49f1799..3e711f6 100644 (file)
@@ -317,7 +317,7 @@ div.floatright, table.floatright {
     clear: right;
     float: right;
     position: relative;
-    margin: 0;
+    margin: 0 0 0.5em 0.5em;
     border: 0
 /*
     border: 0.5em solid White;
@@ -328,7 +328,7 @@ div.floatright p { font-style: italic; }
 div.floatleft, table.floatleft {
     float: left;
     position: relative;
-    margin: 0;
+    margin: 0 0.5em 0.5em 0;
     border: 0
 /*
     margin: 0.3em 0.5em 0.5em 0;