From 0da93e357827aef8ec2d20cba6bae80274ae4851 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 11 Oct 2013 12:36:52 +0200 Subject: [PATCH] Remove obtrusive styles for Bug: 55591 Change-Id: Ibbc89d3b97df606476e019a70621ffd055ccf0dc --- skins/common/commonElements.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 76ec4af7d5..742f839c2e 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -157,15 +157,12 @@ 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-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. -- 2.20.1