diff options
| author | Jesse Mandel <[email protected]> | 2013-11-25 15:19:11 -0800 |
|---|---|---|
| committer | Jesse Mandel <[email protected]> | 2013-11-25 15:19:11 -0800 |
| commit | bff8ba2b794305842d7a712a1bf6e400b898b7c0 (patch) | |
| tree | b8fb8d3662e5d99e9796589a9be7121ea4f215da /dist/css/bootstrap.css | |
| parent | fa710fdb09e49511fd3d22c50f87d17ff5939e8a (diff) | |
| download | bootstrap-bff8ba2b794305842d7a712a1bf6e400b898b7c0.tar.xz bootstrap-bff8ba2b794305842d7a712a1bf6e400b898b7c0.zip | |
Fix for Issue #11411
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d8dfe14c4..7b4443405 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1953,6 +1953,7 @@ output { .form-control::-moz-placeholder { color: #999999; + opacity: 1; } .form-control:-ms-input-placeholder { @@ -5655,7 +5656,7 @@ a.list-group-item.active:focus .list-group-item-text { } .panel > .table, -.panel > .table-responsive { +.panel > .table-responsive > .table { margin-bottom: 0; } |
