diff options
| author | Varunram <[email protected]> | 2017-10-11 00:01:57 +0530 |
|---|---|---|
| committer | Varunram <[email protected]> | 2017-10-11 00:01:57 +0530 |
| commit | ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215 (patch) | |
| tree | 65a608af8375682f736d88a93cbc273f42e3c46d /scss | |
| parent | f7acb278e2cfbe3cce461c5091852340a1abf734 (diff) | |
| download | bootstrap-ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215.tar.xz bootstrap-ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215.zip | |
Add borderless table class along with docs. Rebase
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_tables.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 6bd0b91a4..0f721d7c5 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -151,6 +151,12 @@ } } +.table-borderless { + th, + td { + border: 0; + } +} // Responsive tables // |
