aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJesse Mandel <[email protected]>2013-11-25 15:19:11 -0800
committerJesse Mandel <[email protected]>2013-11-25 15:19:11 -0800
commitbff8ba2b794305842d7a712a1bf6e400b898b7c0 (patch)
treeb8fb8d3662e5d99e9796589a9be7121ea4f215da /dist/css/bootstrap.css
parentfa710fdb09e49511fd3d22c50f87d17ff5939e8a (diff)
downloadbootstrap-bff8ba2b794305842d7a712a1bf6e400b898b7c0.tar.xz
bootstrap-bff8ba2b794305842d7a712a1bf6e400b898b7c0.zip
Fix for Issue #11411
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css3
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;
}