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>
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).
<table class="condensed-table"> -... + ... </table>
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.