diff --git a/docs/base-css.html b/docs/base-css.html index bab55f0e44..7626d1668e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -630,7 +630,42 @@ <table class="striped-table"> ... </table> -
Add borders around the entire table and between each row, plus a bit of rounded corners for aesthetic purposes.
+# | +First Name | +Last Name | +Language | +
---|---|---|---|
1 | +Some One | +English | +|
2 Joe | +Sixpack | +English | +|
3 | +Stu | +Dent | +Code | +
Note: Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.
++<table class="striped-table"> + ... +</table>+
Make your tables more compact by adding the .condensed-table
class to cut table cell padding in half (from 10px to 5px).