From 8a7b53fa351a1fd4b955bdcdfe3960ce1c801661 Mon Sep 17 00:00:00 2001 From: Huji Date: Fri, 6 Aug 2010 10:43:28 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index a0c727ce01..2fde7a0880 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -708,6 +708,7 @@ h5 { font-size: 100%; } h5 .editsection { font-weight: normal; } h6 { font-size: 80%; } h6 .editsection { font-size: 125%; font-weight: normal; } +.editsection { float: left; } p { margin: .4em 0 .5em 0; line-height: 1.5em; -- 2.20.1