diff options
| author | Mark Otto <[email protected]> | 2011-11-29 22:35:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-29 22:35:03 -0800 |
| commit | b36df463108e2e4df8c389a06f577823564788d9 (patch) | |
| tree | 69b347586acef5b27ceb73abacaa13d26b75cd8c /docs/base-css.html | |
| parent | ecc9764c831078a186fed69c3ae0af2f7c9ee495 (diff) | |
| download | bootstrap-b36df463108e2e4df8c389a06f577823564788d9.tar.xz bootstrap-b36df463108e2e4df8c389a06f577823564788d9.zip | |
misc docs updates, revamped tables CSS save for grid columns and tablesorter options
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index aa4a2ebfc..48704cbd4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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> |
