From e919b8a89cbe51bc246fe02656c0d0294bcb0ed1 Mon Sep 17 00:00:00 2001 From: Huji Date: Fri, 6 Aug 2010 10:57:59 +0000 Subject: [PATCH] Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned) elements of the page are mirrored to right correctly. --- skins/vector/main-rtl.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 2fde7a0880..cd1e4059e7 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -1153,3 +1153,9 @@ div.vectorTabs ul { background-position:left bottom; background-repeat:no-repeat; } + +/* 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; +} \ No newline at end of file -- 2.20.1