diff --git a/docs/base-css.html b/docs/base-css.html index 0b84d01ad7..2935f88678 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -630,7 +630,43 @@ <table class="striped-table"> ... </table> -

3. Striped table w/ TableSorter.js

+

3. Condensed table

+

Make your tables smaller—just add the .condensed-table class.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameLanguage
1SomeOneEnglish
2JoeSixpackEnglish
3StuDentCode
+
+<table class="condensed-table">
+...
+</table>
+

4. Striped table w/ TableSorter.js

Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via jQuery and the Tablesorter plugin. Click any column’s header to change the sort.