Updating main-rtl.css for Vector skin to ensure all left-aligned (or left-directioned...
authorHuji <huji@users.mediawiki.org>
Fri, 6 Aug 2010 10:57:59 +0000 (10:57 +0000)
committerHuji <huji@users.mediawiki.org>
Fri, 6 Aug 2010 10:57:59 +0000 (10:57 +0000)
skins/vector/main-rtl.css

index 2fde7a0..cd1e405 100644 (file)
@@ -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