aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-23 20:32:05 -0700
committerMark Otto <[email protected]>2014-07-23 20:32:05 -0700
commit5713bd74d617126796205d4ee29bfc6ff192ad39 (patch)
tree0a430f6fb1b51b99239352c4d4bea8bd0b83135c /docs/dist/css/bootstrap.css
parent912c4bcbe4174e4753c61b148a7f51f0c95f610d (diff)
downloadbootstrap-5713bd74d617126796205d4ee29bfc6ff192ad39.tar.xz
bootstrap-5713bd74d617126796205d4ee29bfc6ff192ad39.zip
Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+
Diffstat (limited to 'docs/dist/css/bootstrap.css')
-rw-r--r--docs/dist/css/bootstrap.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css
index 642e2ebbc..b0e440391 100644
--- a/docs/dist/css/bootstrap.css
+++ b/docs/dist/css/bootstrap.css
@@ -2408,12 +2408,14 @@ input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
line-height: 30px;
+ line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
line-height: 46px;
+ line-height: 1.33 \0;
}
.form-group {
margin-bottom: 15px;