summaryrefslogtreecommitdiff
path: root/skins/archlinux/rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/archlinux/rtl.css')
-rw-r--r--skins/archlinux/rtl.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/archlinux/rtl.css b/skins/archlinux/rtl.css
index e28ffb75..2bd5261e 100644
--- a/skins/archlinux/rtl.css
+++ b/skins/archlinux/rtl.css
@@ -227,3 +227,12 @@ p.mw-ipb-conveniencelinks {
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.rtl #bodyContent ul { display:table; }
+html>body.rtl #bodyContent ol { display:table; } \ No newline at end of file