From: Mark Otto Date: Fri, 5 Apr 2013 18:42:29 +0000 (-0700) Subject: use font-size-base var X-Git-Tag: v3.0.0-rc1~466 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a8d071735b5f6da28cd6235f1a76cf0cfa62c8e;p=thirdparty%2Fbootstrap.git use font-size-base var --- diff --git a/less/scaffolding.less b/less/scaffolding.less index e5f15032e6..7d06e35b28 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -31,7 +31,7 @@ html { body { font-family: @font-family-base; - font-size: 14px; + font-size: @font-size-base; line-height: @line-height-base; color: @text-color; background-color: @body-bg;