diff options
| author | Chris Rebert <[email protected]> | 2013-12-09 15:37:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-09 15:37:56 -0800 |
| commit | 88d8cd90e2cef123b9389187e0d5acd1c9f1026d (patch) | |
| tree | 346d6b7b70a040dc7bc0f8f8c5bbd0399b5a378c /less/type.less | |
| parent | 25ec09f06a08ed21a6997424456560cee705fcae (diff) | |
| parent | 10e74a94e6cb512f9c2d592aaf46252d95e7d498 (diff) | |
| download | bootstrap-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.less | 2 |
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; |
