(bug 9122) Fix minor display issue in RTL with section edit link margin
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Feb 2007 05:26:17 +0000 (05:26 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 28 Feb 2007 05:26:17 +0000 (05:26 +0000)
RELEASE-NOTES
skins/monobook/rtl.css

index fb7f6e3..017d97b 100644 (file)
@@ -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 ==
 
index f4a6768..c3266d1 100644 (file)
@@ -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 {