From f03da736ef20e5b0c2ff8a0e4b71889a39a46389 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 28 Feb 2007 05:26:17 +0000 Subject: [PATCH] (bug 9122) Fix minor display issue in RTL with section edit link margin --- RELEASE-NOTES | 1 + skins/monobook/rtl.css | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.20.1