aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-18 15:03:14 -0800
committerMark Otto <[email protected]>2015-01-18 15:03:14 -0800
commit4ed95f5fa298d861c5fa53ae2a3a0dcb4901bd69 (patch)
treead3649736e625301f470677d8c322df8b3f0fb15 /docs/dist/css/bootstrap.css
parent06c00d559135bd79024b3f6c92d7f77bc50cab6a (diff)
downloadbootstrap-4ed95f5fa298d861c5fa53ae2a3a0dcb4901bd69.tar.xz
bootstrap-4ed95f5fa298d861c5fa53ae2a3a0dcb4901bd69.zip
fixes #15497: increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 311daaacf..355178881 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/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,