From 4ed95f5fa298d861c5fa53ae2a3a0dcb4901bd69 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 18 Jan 2015 15:03:14 -0800 Subject: fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome --- dist/css/bootstrap.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 311daaacf..355178881 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -2716,7 +2716,7 @@ select[multiple].form-group-sm .form-control { height: 46px; padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } select.input-lg { @@ -2731,7 +2731,7 @@ select[multiple].input-lg { height: 46px; padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } select.form-group-lg .form-control { @@ -2746,7 +2746,7 @@ select[multiple].form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; } .has-feedback { position: relative; @@ -2956,7 +2956,7 @@ select[multiple].form-group-lg .form-control { } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { - padding-top: 14.3px; + padding-top: 14.333333px; } } @media (min-width: 768px) { @@ -3325,7 +3325,7 @@ fieldset[disabled] .btn-link:focus { .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } .btn-sm, @@ -3723,7 +3723,7 @@ tbody.collapse.in { height: 46px; padding: 10px 16px; font-size: 18px; - line-height: 1.33; + line-height: 1.3333333; border-radius: 6px; } select.input-group-lg > .form-control, -- cgit v1.2.3