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> -
Make your tables smaller—just add the .condensed-table
class.
# | +First Name | +Last Name | +Language | +
---|---|---|---|
1 | +Some | +One | +English | +
2 | +Joe | +Sixpack | +English | +
3 | +Stu | +Dent | +Code | +
+<table class="condensed-table"> +... +</table>+
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.