From d60d34231a7e76684d43f9c1fb8b1d60d589183e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 23:45:34 -0700 Subject: table headers --- docs/components/tables.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) (limited to 'docs/components') diff --git a/docs/components/tables.md b/docs/components/tables.md index 4c76e5963..4b3e7937b 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -40,6 +40,73 @@ Due to the widespread use of tables across plugins like calendars and date picke {% endexample %} +## Table head options + +Use one of two modifier classes to make ``s appear light or dark gray. + +{% example html %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
+{% endexample %} + + + ## Striped rows Use `.table-striped` to add zebra-striping to any table row within the ``. -- cgit v1.2.3