1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 15:56:45 +02:00

misc docs updates, revamped tables CSS save for grid columns and tablesorter options

This commit is contained in:
Mark Otto
2011-11-29 22:35:03 -08:00
parent ecc9764c83
commit b36df46310
7 changed files with 428 additions and 460 deletions

View File

@@ -519,7 +519,7 @@
<h2>Table options</h2>
<table class="bordered-table striped-table">
<thead>
<thead>
<tr>
<th>Name</th>
<th>Class</th>
@@ -551,7 +551,7 @@
<td>
<code>.condensed-table</code>
</td>
<td>Cuts padding in half, from 10px to 5px, within all <code>td</code> and <code>th</code> elements</td>
<td>Cuts vertical padding in half, from 8px to 4px, within all <code>td</code> and <code>th</code> elements</td>
</tr>
</tbody>
</table>