diff options
| author | Mark Otto <[email protected]> | 2013-10-07 14:32:23 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-07 14:32:23 -0500 |
| commit | 1adbe2043a0ab6adad95e823397f6444730dfb83 (patch) | |
| tree | c50c80f5428077190810f501d1142bb50528393d /dist/css/bootstrap.css | |
| parent | 704635818fb6c5518bc1bf2efca18f484c9f2d28 (diff) | |
| download | bootstrap-1adbe2043a0ab6adad95e823397f6444730dfb83.tar.xz bootstrap-1adbe2043a0ab6adad95e823397f6444730dfb83.zip | |
Fixes #10959: round the .lead values down to nearest pixel via floor()
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index beea28d40..d91c9e38f 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -390,7 +390,7 @@ p { .lead { margin-bottom: 20px; - font-size: 16.099999999999998px; + font-size: 16px; font-weight: 200; line-height: 1.4; } |
