Merge "mediawiki.skinning: Remove italics from q tag for IE7 and below"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 19 Feb 2015 20:00:47 +0000 (20:00 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 19 Feb 2015 20:00:47 +0000 (20:00 +0000)
resources/src/mediawiki.skinning/elements.css

index 11962f8..eb57abb 100644 (file)
@@ -182,12 +182,6 @@ dd {
        margin-bottom: .1em;
 }
 
-/* IE 6 and 7 lack support for quotes aroud the <q> element ('::before' and '::after'
-   pseudoelements, 'quotes' property). Let's italicize it instead (using the star hack). */
-q {
-       *font-style: italic;
-}
-
 pre, code, tt, kbd, samp, .mw-code {
        /*
         * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.