From: Jon Stevens Date: Wed, 16 Nov 2011 19:10:27 +0000 (-0800) Subject: added condensed example X-Git-Tag: v2.0.0~6^2~432^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F647%2Fhead;p=thirdparty%2Fbootstrap.git added condensed example --- diff --git a/docs/base-css.html b/docs/base-css.html index 51c4d35a3b..c8ce7b2228 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.