From: Aryeh Gregor Date: Wed, 28 Feb 2007 05:26:17 +0000 (+0000) Subject: (bug 9122) Fix minor display issue in RTL with section edit link margin X-Git-Tag: 1.31.0-rc.0~53944 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=f03da736ef20e5b0c2ff8a0e4b71889a39a46389;p=lhc%2Fweb%2Fwiklou.git (bug 9122) Fix minor display issue in RTL with section edit link margin --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fb7f6e3d76..017d97bb81 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -237,6 +237,7 @@ lighter making things easier to read. * (bug 1035) View contributions / recentchanges for an IP range. * (bug 8918) Enable PLURAL option for MediaWiki:showingresults and MediaWiki:showingresultsnum +* (bug 9122) Fix minor display issue in RTL with section edit link margin == Languages updated == diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index f4a67683ca..c3266d1e48 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -44,6 +44,7 @@ html>body .portlet { .editsection { float: left; margin-right: 5px; + margin-left: 0; /* bug 9122: undo default LTR */ } /* recover IEMac (might be fine with the float, but usually it's close to IE */ *>body .portlet {