From a81a38d2ff1ce52452d98b8454a7249b84c2fe22 Mon Sep 17 00:00:00 2001 From: Vivek Ghaisas Date: Sun, 15 Feb 2015 22:02:14 +0530 Subject: [PATCH] mediawiki.skinning: Remove italics from q tag for IE7 and below The q tag is stylized as italic using the star hack for IE7 and below. Since those browser do not support before and after pseudo elements (and so, quotation marks cannot be added in), a more appropriate styling is to just leave the default styling for quotations as is. Bug: T89595 Change-Id: I382a9268d2d98fbaed6c46081b09152be8d6670c --- resources/src/mediawiki.skinning/elements.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/resources/src/mediawiki.skinning/elements.css b/resources/src/mediawiki.skinning/elements.css index 11962f8d8c..eb57abb22b 100644 --- a/resources/src/mediawiki.skinning/elements.css +++ b/resources/src/mediawiki.skinning/elements.css @@ -182,12 +182,6 @@ dd { margin-bottom: .1em; } -/* IE 6 and 7 lack support for quotes aroud the 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. -- 2.20.1