From: Guillaume Blanchard Date: Wed, 27 Oct 2004 09:31:51 +0000 (+0000) Subject: Object : reestablish margin (only borders were wrong) X-Git-Tag: 1.5.0alpha1~1439 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=2a191aebfff0e579cb5befa2c2df4c8d3d63a874;p=lhc%2Fweb%2Fwiklou.git Object : reestablish margin (only borders were wrong) Changes : Reestablish margin in div.floatright, table.floatright, div.floatleft and table.floatleft --- diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 49f1799825..3e711f65c5 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -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;