Remove obtrusive styles for <q>
authorBartosz Dziewoński <matma.rex@gmail.com>
Fri, 11 Oct 2013 10:36:52 +0000 (12:36 +0200)
committerOri.livneh <ori@wikimedia.org>
Sun, 3 Nov 2013 17:44:49 +0000 (17:44 +0000)
Bug: 55591
Change-Id: Ibbc89d3b97df606476e019a70621ffd055ccf0dc

skins/common/commonElements.css

index 76ec4af..742f839 100644 (file)
@@ -157,15 +157,12 @@ 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-family: Times, "Times New Roman", serif;
-       font-style: italic;
-}
-/* Disabled for now
-blockquote {
-       font-family: Times, "Times New Roman", serif;
-       font-style: italic;
-}*/
+       *font-style: italic;
+}
+
 pre, code, tt, kbd, samp, .mw-code {
        /*
         * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.