Typography

For basic stylinglight padding and only horizontal add the base class .table to any <table>.


Add any of the following classes to the .table base class.

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).

Add borders and rounded corners to the table.

Enable a hover state on table rows within a <tbody>.

To Top