aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-17 00:09:12 -0800
committerMark Otto <[email protected]>2011-11-17 00:09:12 -0800
commit5abb4b32004d493ac6bbefcdd1b1f71bdf6e5437 (patch)
tree5f8bdd1e7205ac2e9fcc5a3ae8f2d87bd019c765 /docs/base-css.html
parentb1ce89c24a20d3ce8ae6bdd45dc45206d86bd8ef (diff)
downloadbootstrap-5abb4b32004d493ac6bbefcdd1b1f71bdf6e5437.tar.xz
bootstrap-5abb4b32004d493ac6bbefcdd1b1f71bdf6e5437.zip
update tables docs after merging in the condensed styles
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 2935f8867..aa4a2ebfc 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -628,10 +628,10 @@
<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>
@@ -664,7 +664,7 @@
</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>