From: Gabriel Wicke Date: Fri, 24 Mar 2006 17:20:59 +0000 (+0000) Subject: minor cleanup X-Git-Tag: 1.6.0~146 X-Git-Url: https://git.cyclocoop.org/%2C?a=commitdiff_plain;h=3561f722c436ca2498d545bb57087907709ccd0e;p=lhc%2Fweb%2Fwiklou.git minor cleanup --- diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index 13930dc86d..f579270bea 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -101,7 +101,7 @@ li#ca-watch,li#ca-unwatch { margin-right: 1.6em !important; } -/* Fix margins */ +/* Fix margins for non-css2 browsers */ /* top right bottom left */ ul { @@ -124,16 +124,10 @@ dd { margin-left: 0; margin-right: 2em; } -div.tright { +div.tright, div.floatright, table.floatright { clear: none; } -div.tleft { - clear: left; -} -div.floatright, table.floatright { - clear: none; -} -div.floatleft, table.floatleft { +div.tleft, div.floatleft, table.floatleft { clear: left; } div.townBox { @@ -221,4 +215,4 @@ input#wpSave, input#wpDiff { #userlogin { float: right; margin: 0 0 1em 3em; -} \ No newline at end of file +}