From 82f6f08f89ab8b86aa2d5b175493e24d1f4329cb Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 13:18:10 -0700 Subject: Fixes #9552: Downsize and use whole numbers for panel title to prevent odd 1px bug --- 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 2639bb9a9..7f7fae1aa 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2726,7 +2726,7 @@ a.list-group-item:focus { .panel-title { margin-top: 0; margin-bottom: 0; - font-size: 17.5px; + font-size: 16px; } .panel-title > a { -- cgit v1.2.3