2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+2 -2
View File
@@ -67,14 +67,14 @@ th {
// Condensed table w/ half padding
.table-condensed {
.table-sm {
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
padding: @table-condensed-cell-padding;
padding: @table-sm-cell-padding;
}
}
}
+2 -2
View File
@@ -125,8 +125,8 @@
//** Padding for `<th>`s and `<td>`s.
@table-cell-padding: .75rem;
//** Padding for cells in `.table-condensed`.
@table-condensed-cell-padding: .3rem;
//** Padding for cells in `.table-sm`.
@table-sm-cell-padding: .3rem;
//** Default background color used for all tables.
@table-bg: transparent;