From 7b665affd77c647111b089e4a178b09525a67863 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 8 Oct 2011 00:14:38 -0700 Subject: fix problems with scope in tables when using th in tbody --- docs/index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 4f895e081..ea80e965c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -874,6 +874,42 @@
 <table>
   ...
+</table>
+

Example: Bordered table

+

Make your tables look just a wee bit sleeker by rounding their corners and adding borders on all sides.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameLanguage
1SomeOneEnglish
2JoeSixpackEnglish
3StuDentCode
+
+<table class="bordered-table">
+  ...
 </table>

Example: Zebra-striped

Get a little fancy with your tables by adding zebra-striping—just add the .zebra-striped class.

-- cgit v1.2.3