From 1adbe2043a0ab6adad95e823397f6444730dfb83 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Oct 2013 14:32:23 -0500 Subject: Fixes #10959: round the .lead values down to nearest pixel via floor() --- dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/css/bootstrap.css') 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; } -- cgit v1.2.3