2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +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
+3 -3
View File
@@ -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>