aboutsummaryrefslogtreecommitdiff
path: root/docs/components
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 /docs/components
parent1917b2d870f346828788e3aa7a7d2b9eaff070a9 (diff)
downloadbootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.tar.xz
bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.zip
Rename .table-condensed to .table-sm
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/tables.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components/tables.md b/docs/components/tables.md
index b545f58fb..12f9cf450 100644
--- a/docs/components/tables.md
+++ b/docs/components/tables.md
@@ -254,12 +254,12 @@ Add `.table-hover` to enable a hover state on table rows within a `<tbody>`.
</table>
{% endexample %}
-## Condensed table
+## Small table
-Add `.table-condensed` to make tables more compact by cutting cell padding in half.
+Add `.table-sm` to make tables more compact by cutting cell padding in half.
{% example html %}
-<table class="table table-condensed">
+<table class="table table-sm">
<thead>
<tr>
<th>#</th>