Merge "Mark protected IndexPager properties also as protected in subclasses"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 83e0d8a..a98a73f 100644 (file)
@@ -210,9 +210,7 @@ td.mw-submit {
        display: inline;
        margin: 0;
        padding: 0;
-       list-style: none;
-       list-style-type: none;
-       list-style-image: none;
+       list-style: none none;
        vertical-align: middle !ie;
 }
 
@@ -258,7 +256,9 @@ p.mw-delete-editreasons {
 }
 
 /* The auto-generated edit comments */
-.autocomment {
+.autocomment,
+.autocomment a,
+.autocomment a:visited {
        color: #72777d;
 }