]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use font-size-base var
authorMark Otto <otto@github.com>
Fri, 5 Apr 2013 18:42:29 +0000 (11:42 -0700)
committerMark Otto <otto@github.com>
Fri, 5 Apr 2013 18:42:29 +0000 (11:42 -0700)
less/scaffolding.less

index e5f15032e61846c748e2ecd2f8741f3cf4b65994..7d06e35b2859cd80d296fd15e4e0706537867bb6 100644 (file)
@@ -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;