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 /docs | |
| parent | 1917b2d870f346828788e3aa7a7d2b9eaff070a9 (diff) | |
| download | bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.tar.xz bootstrap-073389ca5eafd0972a8e9e32b6a64c97d9340083.zip | |
Rename .table-condensed to .table-sm
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/tables.md | 6 |
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> |
