]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - skins/common/common_rtl.css
MediaWiki 1.15.0
[autoinstallsdev/mediawiki.git] / skins / common / common_rtl.css
index d26acc13d933d1ab796cb7d27fd00618608b6480..4f075ae38f9862be71df4fd7e391eabf671a6321 100644 (file)
@@ -14,7 +14,7 @@ fieldset.operaprefsection {
     margin-right: 18em;
 }
 /* page history */
-#pagehistory span.user { 
+#pagehistory .history-user { 
     margin-right: 1.4em;
     margin-left: 0.4em;
 }
@@ -28,10 +28,27 @@ div.tright, div.floatright {
 div.tleft, div.floatleft {
        clear: left;
 }
-/* Unblock and Ipblocklist links of Special:Blockip */
-p.mw-ipb-conveniencelinks {
+/* Convenience links to edit block, delete and protect reasons */
+p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
+p.mw-filedelete-editreasons, p.mw-delete-editreasons {
        float: left;
 }
 table.filehistory th {
        text-align: right;
 }
+
+/**
+ * Lists:
+ * The following lines don't have a visible effect on non-Gecko browsers
+ * They fix a problem ith Gecko browsers rendering lists to the right of
+ * left-floated objects in an RTL layout.
+ */
+html > body div#article ul {
+       display: table;
+}
+
+/* feed links */
+a.feedlink {
+       background: none !important;
+       padding-left: 0 !important;
+}