aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-17 22:14:27 -0700
committerMark Otto <[email protected]>2014-09-17 22:14:27 -0700
commit073389ca5eafd0972a8e9e32b6a64c97d9340083 (patch)
tree845a958b500e258e177470460716d33d47750fd2 /less
parent1917b2d870f346828788e3aa7a7d2b9eaff070a9 (diff)
downloadbootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.tar.xz
bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.zip
Rename .table-condensed to .table-sm
Diffstat (limited to 'less')
-rw-r--r--less/_tables.less4
-rw-r--r--less/_variables.less4
2 files changed, 4 insertions, 4 deletions
diff --git a/less/_tables.less b/less/_tables.less
index 1ce008b4f..ee5d8d145 100644
--- a/less/_tables.less
+++ b/less/_tables.less
@@ -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;
}
}
}
diff --git a/less/_variables.less b/less/_variables.less
index d44f05b65..02e5818ea 100644
--- a/less/_variables.less
+++ b/less/_variables.less
@@ -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;