From 923ad23d9917963fcc62048d74901bdf2a259095 Mon Sep 17 00:00:00 2001 From: jrobson Date: Wed, 16 Oct 2013 08:19:34 -0700 Subject: [PATCH] Vector: Fix font size regression As Krinkle noted the font size of the body content ballooned with Ica0b69ad95051e15cd8ed9888927e034c13fbf92 - this rectifies it. Change-Id: I3a5a159cbb04a1a24277596ca304805a84d3b77f --- skins/vector/screen.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 */ -- 2.20.1