From: Mark Otto Date: Thu, 17 Nov 2011 08:09:12 +0000 (-0800) Subject: update tables docs after merging in the condensed styles X-Git-Tag: v2.0.0~6^2~431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5abb4b32004d493ac6bbefcdd1b1f71bdf6e5437;p=thirdparty%2Fbootstrap.git update tables docs after merging in the condensed styles --- diff --git a/docs/base-css.html b/docs/base-css.html index 2935f88678..aa4a2ebfc0 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -628,10 +628,10 @@

Note: Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.

 <table class="striped-table">
-...
+  ...
 </table>

3. Condensed table

-

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

+

Make your tables more compact by adding the .condensed-table class to cut table cell padding in half (from 10px to 5px).

@@ -664,7 +664,7 @@
 <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.