From: Arne Heizmann Date: Fri, 18 Jun 2004 23:23:03 +0000 (+0000) Subject: I had previously added clear:right only to div.floatright, but not div.tright; here... X-Git-Tag: 1.5.0alpha1~2818 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=4baaf6686638603a3591d5f7fa9b643519ea995a;p=lhc%2Fweb%2Fwiklou.git I had previously added clear:right only to div.floatright, but not div.tright; here it is. Also, in rtl.css, I'm reversing it, so floatright and tright no longer clear, but floatleft and tleft do. --- diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 64d1e4ce36..d840f021b9 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -359,6 +359,7 @@ div.magnify a, div.magnify img { background: none !important; } div.tright { + clear: right; float: right; border-width: 0.5em 0 0.8em 1.4em; } diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index aafcd59ea8..7fd6b77d59 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -129,6 +129,18 @@ dd { margin-left: 0; margin-right: 2em; } +div.tright { + clear: none; +} +div.tleft { + clear: left; +} +div.floatright { + clear: none; +} +div.floatleft { + clear: left; +} div.townBox { margin-left: 0; margin-right: 1em;