1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Fixes #10959: round the .lead values down to nearest pixel via floor()

This commit is contained in:
Mark Otto
2013-10-07 14:32:23 -05:00
parent 704635818f
commit 1adbe2043a
3 changed files with 3 additions and 3 deletions

View File

@@ -390,7 +390,7 @@ p {
.lead {
margin-bottom: 20px;
font-size: 16.099999999999998px;
font-size: 16px;
font-weight: 200;
line-height: 1.4;
}