From ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215 Mon Sep 17 00:00:00 2001 From: Varunram Date: Wed, 11 Oct 2017 00:01:57 +0530 Subject: Add borderless table class along with docs. Rebase --- docs/4.0/content/tables.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) (limited to 'docs') diff --git a/docs/4.0/content/tables.md b/docs/4.0/content/tables.md index 59bdb6373..23ba594f8 100644 --- a/docs/4.0/content/tables.md +++ b/docs/4.0/content/tables.md @@ -298,6 +298,86 @@ Add `.table-bordered` for borders on all sides of the table and cells. {% endexample %} +## Borderless table + +Add `.table-borderless` for a table without borders. + +{% example html %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2MarkOtto@TwBootstrap
3JacobThornton@fat
4Larry the Bird@twitter
+{% endexample %} + +{% example html %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2MarkOtto@TwBootstrap
3JacobThornton@fat
4Larry the Bird@twitter
+{% endexample %} + ## Hoverable rows Add `.table-hover` to enable a hover state on table rows within a ``. -- cgit v1.2.3