aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-05 11:42:29 -0700
committerMark Otto <[email protected]>2013-04-05 11:42:29 -0700
commit7a8d071735b5f6da28cd6235f1a76cf0cfa62c8e (patch)
treebd409038d5a5be25a2a202e2900907eb936daab2
parenteadfa59d92ad8bd898b2586056fbbf55906e1420 (diff)
downloadbootstrap-7a8d071735b5f6da28cd6235f1a76cf0cfa62c8e.tar.xz
bootstrap-7a8d071735b5f6da28cd6235f1a76cf0cfa62c8e.zip
use font-size-base var
-rw-r--r--less/scaffolding.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index e5f15032e..7d06e35b2 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;