aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-21 18:34:19 -0800
committerMark Otto <[email protected]>2015-01-21 18:34:19 -0800
commitc0f4dcd38e72f84f1fbf7828f346686acd1117f7 (patch)
tree9c46a5d91254da327d6d13fb43df779774687029
parent59542aa36757e41541f275013cecd15ffbae0a11 (diff)
parentf6ef89d6c310348a42d7cc74dcadc56b80fcf280 (diff)
downloadbootstrap-c0f4dcd38e72f84f1fbf7828f346686acd1117f7.tar.xz
bootstrap-c0f4dcd38e72f84f1fbf7828f346686acd1117f7.zip
Merge pull request #65 from twbs/precision
Use expressions for thirds to avoid precision issues
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 518affebf..60fb87015 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -103,7 +103,7 @@ $padding-sm-horizontal: .75rem !default;
$padding-xs-vertical: .2rem !default;
$padding-xs-horizontal: .5rem !default;
-$line-height-lg: 1.3333333 !default;
+$line-height-lg: (4/3) !default;
$line-height-sm: 1.5 !default;
$border-radius-base: .25rem !default;