Tweak for bug 3043 -- disable feed link icons in RTL since they display incorrectly...
[lhc/web/wiklou.git] / skins / monobook / rtl.css
index c393583..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;
 }
@@ -160,8 +160,8 @@ li#ca-watch {
        margin-right: 13.6em;
        border-left: 0;
        border-right: 1px solid #fabd23;
-}
-* html #column-content {
+} 
+* html #column-content { 
        float: none;
        margin-left: 0;
        margin-right: 0;
@@ -231,10 +231,3 @@ html > body div#bodyContent ul {
 html > body div#bodyContent ul#filetoc {
        display: block;
 }
-
-#sv-ext, #sv-hooks {
-direction:rtl;
-}
-.sv-ext-authors {
-direction:ltr;
-}