Vector: Fix font size regression
authorjrobson <jrobson@wikimedia.org>
Wed, 16 Oct 2013 15:19:34 +0000 (08:19 -0700)
committerReedy <reedy@wikimedia.org>
Thu, 17 Oct 2013 00:04:34 +0000 (00:04 +0000)
As Krinkle noted the font size of the body content ballooned with
Ica0b69ad95051e15cd8ed9888927e034c13fbf92 - this rectifies it.

Change-Id: I3a5a159cbb04a1a24277596ca304805a84d3b77f

skins/vector/screen.less

index 2641a67..f5cf5e5 100644 (file)
@@ -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 */