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