2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

improve compliance with LESS's strictMath

This commit is contained in:
Chris Rebert
2013-12-09 15:35:13 -08:00
parent 25ec09f06a
commit 10e74a94e6
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -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;