Tweak for bug 3043 -- disable feed link icons in RTL since they display incorrectly...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jan 2009 19:57:20 +0000 (19:57 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 28 Jan 2009 19:57:20 +0000 (19:57 +0000)
I thought this had been done previously, since they didn't show up when I did a quick test in RTL, but I guess I was wrong. :P

skins/common/common_rtl.css
skins/modern/rtl.css
skins/monobook/rtl.css
skins/simple/rtl.css

index d3f8351..08f11f1 100644 (file)
@@ -48,7 +48,7 @@ html > body div#article ul {
 }
 
 /* feed links */
-a.feedlink {
+a.feedlink, a.feedlink {
        background: none;
        padding-left: 0;
 }
index d7aae76..1ea03bf 100644 (file)
@@ -44,7 +44,7 @@ div.tleft, div.floatleft, table.floatleft {
 }
 
 /* Fix link icons */
-.external {
+.external, a.feedlink {
        padding: 0 !important;
        background: none !important;
 }
index fbd5ab3..cd6136a 100644 (file)
@@ -148,7 +148,7 @@ li#ca-watch {
        float: left;
 }
 /* Fix link icons */
-.external {
+.external, a.feedlink {
        padding: 0 !important;
        background: none !important;
 }
index 1c72597..30f1ecd 100644 (file)
@@ -100,7 +100,7 @@ div.tleft, div.floatleft, table.floatleft {
 }
 
 /* Fix link icons */
-.external {
+.external, a.feedlink {
        padding: 0 !important;
        background: none !important;
 }