(bug 18342) insertTags works in edit summary box now (patch contributed by Ahmad...
[lhc/web/wiklou.git] / skins / common / common_rtl.css
index 8f11b11..4f075ae 100644 (file)
@@ -28,8 +28,9 @@ div.tright, div.floatright {
 div.tleft, div.floatleft {
        clear: left;
 }
-/* Convenience links to edit block and delete reasons */
-p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons {
+/* 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;
 }
 table.filehistory th {
@@ -45,11 +46,9 @@ table.filehistory th {
 html > body div#article ul {
        display: table;
 }
-html > body div#article ol {
-       display: table;
-}
 
-/* Special:SpecialPages styling */
-.mw-specialpages-page {
-       float: right;
+/* feed links */
+a.feedlink {
+       background: none !important;
+       padding-left: 0 !important;
 }