aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-09 15:37:56 -0800
committerChris Rebert <[email protected]>2013-12-09 15:37:56 -0800
commit88d8cd90e2cef123b9389187e0d5acd1c9f1026d (patch)
tree346d6b7b70a040dc7bc0f8f8c5bbd0399b5a378c /less/type.less
parent25ec09f06a08ed21a6997424456560cee705fcae (diff)
parent10e74a94e6cb512f9c2d592aaf46252d95e7d498 (diff)
downloadbootstrap-88d8cd90e2cef123b9389187e0d5acd1c9f1026d.tar.xz
bootstrap-88d8cd90e2cef123b9389187e0d5acd1c9f1026d.zip
Merge pull request #11807 from twbs/stricter-math
improve compliance with LESS's strictMath
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 1eddb3f9b..24a581fe8 100644
--- a/less/type.less
+++ b/less/type.less
@@ -61,7 +61,7 @@ p {
.lead {
margin-bottom: @line-height-computed;
- font-size: floor(@font-size-base * 1.15);
+ font-size: floor((@font-size-base * 1.15));
font-weight: 200;
line-height: 1.4;