summaryrefslogtreecommitdiff
path: root/skins/common/common_rtl.css
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-07-28 11:52:48 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-07-28 11:52:48 +0200
commit222b01f5169f1c7e69762e0e8904c24f78f71882 (patch)
tree8e932e12546bb991357ec48eb1638d1770be7a35 /skins/common/common_rtl.css
parent00ab76a6b686e98a914afc1975812d2b1aaa7016 (diff)
update to MediaWiki 1.16.0
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 {