]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - skins/common/common_rtl.css
MediaWiki 1.16.0
[autoinstallsdev/mediawiki.git] / skins / common / common_rtl.css
index 11fc995b3885e293f2f334b3f2c6fb6fe9c395a4..2e8bb98056bbd0d0584e9185c6956f6bd3f90829 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * This file contains CSS settings common to RTL wikis use the old
  * pre-Monobook skins Wikistandard, Nostalgia and CologneBlue
+ * NOTE: This file is not used in Monobook!
  */
 
 /* js pref toc */
@@ -30,7 +31,8 @@ div.tleft, div.floatleft {
 }
 /* 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 {
+p.mw-filedelete-editreasons, p.mw-delete-editreasons,
+p.mw-revdel-editreasons {
        float: left;
 }
 table.filehistory th {
@@ -46,3 +48,12 @@ table.filehistory th {
 html > body div#article ul {
        display: table;
 }
+html > body div#bodyContent ul#filetoc {
+       display: block;
+}
+
+/* feed links */
+a.feedlink {
+       background: none !important;
+       padding-left: 0 !important;
+}