mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 00:29:52 +02:00
Rename .table-condensed to .table-sm
This commit is contained in:
12
dist/css/bootstrap.css
vendored
12
dist/css/bootstrap.css
vendored
@@ -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 {
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user