aboutsummaryrefslogtreecommitdiff
path: root/less/_variables.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/_variables.less
parent1917b2d870f346828788e3aa7a7d2b9eaff070a9 (diff)
downloadbootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.tar.xz
bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.zip
Rename .table-condensed to .table-sm
Diffstat (limited to 'less/_variables.less')
-rw-r--r--less/_variables.less4
1 files changed, 2 insertions, 2 deletions
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;