From 5abb4b32004d493ac6bbefcdd1b1f71bdf6e5437 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 17 Nov 2011 00:09:12 -0800 Subject: [PATCH] update tables docs after merging in the condensed styles --- docs/base-css.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.