summaryrefslogtreecommitdiff
path: root/skins/common/common_rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/common_rtl.css')
-rw-r--r--skins/common/common_rtl.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/skins/common/common_rtl.css b/skins/common/common_rtl.css
index 4f075ae3..2e8bb980 100644
--- a/skins/common/common_rtl.css
+++ b/skins/common/common_rtl.css
@@ -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,6 +48,9 @@ table.filehistory th {
html > body div#article ul {
display: table;
}
+html > body div#bodyContent ul#filetoc {
+ display: block;
+}
/* feed links */
a.feedlink {