diff options
| author | Mark Otto <[email protected]> | 2014-09-17 22:14:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-17 22:14:27 -0700 |
| commit | 073389ca5eafd0972a8e9e32b6a64c97d9340083 (patch) | |
| tree | 845a958b500e258e177470460716d33d47750fd2 /dist/css/bootstrap.css | |
| parent | 1917b2d870f346828788e3aa7a7d2b9eaff070a9 (diff) | |
| download | bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.tar.xz bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.zip | |
Rename .table-condensed to .table-sm
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 8c4eecdcc..55071c205 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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 { |
