1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00

Fix for Issue #11411

This commit is contained in:
Jesse Mandel
2013-11-25 15:19:11 -08:00
parent fa710fdb09
commit bff8ba2b79
3 changed files with 4 additions and 3 deletions

View File

@@ -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;
}