From: Bartosz DziewoƄski Date: Fri, 11 Oct 2013 10:36:52 +0000 (+0200) Subject: Remove obtrusive styles for X-Git-Tag: 1.31.0-rc.0~18308 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=0da93e357827aef8ec2d20cba6bae80274ae4851;p=lhc%2Fweb%2Fwiklou.git Remove obtrusive styles for Bug: 55591 Change-Id: Ibbc89d3b97df606476e019a70621ffd055ccf0dc --- 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.