]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update tables docs after merging in the condensed styles
authorMark Otto <mark.otto@twitter.com>
Thu, 17 Nov 2011 08:09:12 +0000 (00:09 -0800)
committerMark Otto <mark.otto@twitter.com>
Thu, 17 Nov 2011 08:09:12 +0000 (00:09 -0800)
docs/base-css.html

index 2935f886787533e6c4a2791ea94c3d95439c423e..aa4a2ebfc0075584efc2868490cd1d37885dfeaa 100644 (file)
   <p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
 <pre class="prettyprint linenums">
 &lt;table class="striped-table"&gt;
-...
+  ...
 &lt;/table&gt;</pre>
   <h3>3. Condensed table</h3>
-  <p>Make your tables smaller&mdash;just add the <code>.condensed-table</code> class.</p>
+  <p>Make your tables more compact by adding the <code>.condensed-table</code> class to cut table cell padding in half (from 10px to 5px).</p>
   <table class="condensed-table">
     <thead>
       <tr>
   </table>
 <pre class="prettyprint linenums">
 &lt;table class="condensed-table"&gt;
-...
+  ...
 &lt;/table&gt;</pre>
   <h3>4. Striped table w/ TableSorter.js</h3>
   <p>Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via <a href="http://jquery.com">jQuery</a> and the <a href="http://tablesorter.com/docs/">Tablesorter</a> plugin. <strong>Click any column’s header to change the sort.</strong></p>