From: jrobson Date: Wed, 16 Oct 2013 15:19:34 +0000 (-0700) Subject: Vector: Fix font size regression X-Git-Tag: 1.31.0-rc.0~18491 X-Git-Url: http://git.cyclocoop.org//%22%22.url_de_base%28%29.%22/%22?a=commitdiff_plain;h=923ad23d9917963fcc62048d74901bdf2a259095;p=lhc%2Fweb%2Fwiklou.git Vector: Fix font size regression As Krinkle noted the font size of the body content ballooned with Ica0b69ad95051e15cd8ed9888927e034c13fbf92 - this rectifies it. Change-Id: I3a5a159cbb04a1a24277596ca304805a84d3b77f --- diff --git a/skins/vector/screen.less b/skins/vector/screen.less index 2641a67ba7..f5cf5e5dc1 100644 --- a/skins/vector/screen.less +++ b/skins/vector/screen.less @@ -687,12 +687,8 @@ pre, .mw-code { #bodyContent { position: relative; width: 100%; - - // FIXME: Seems overly specific. Not sure why this is needed. - &div { - line-height: 1.5em; - font-size: @content-font-size; - } + line-height: 1.5em; + font-size: @content-font-size; } /* mediawiki.notification */