Merge "Align "What's this" vertically"
[lhc/web/wiklou.git] / resources / src / jquery / jquery.badge.css
index 8b4bd7b..2dbd4a5 100644 (file)
@@ -19,9 +19,9 @@
 .mw-badge-inline {
        margin-left: 3px;
        display: inline-block;
-       /* Hack for IE6 and IE7 (bug 47926) */
+       /* Hack for IE6 and IE7 (T49926) */
        zoom: 1;
-       *display: inline;
+       *display: inline; /* stylelint-disable-line declaration-block-no-duplicate-properties */
 
 }
 .mw-badge-overlay {
@@ -32,5 +32,5 @@
 }
 
 .mw-badge-important {
-       background-color: #c00;
+       background-color: #d33;
 }