1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

Rename .table-condensed to .table-sm

This commit is contained in:
Mark Otto
2014-09-17 22:14:27 -07:00
parent 1917b2d870
commit 073389ca5e
6 changed files with 15 additions and 15 deletions

View File

@@ -1442,12 +1442,12 @@ th {
.table > tbody + tbody {
border-top: 2px solid #eceeef;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
.table-sm > thead > tr > th,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > tbody > tr > td,
.table-sm > tfoot > tr > td {
padding: .3rem;
}
.table-bordered {