aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorVarunram <[email protected]>2017-10-11 00:01:57 +0530
committerVarunram <[email protected]>2017-10-11 00:01:57 +0530
commitab093b90f65fde53cc05ffbf9fb4de7bdf2b5215 (patch)
tree65a608af8375682f736d88a93cbc273f42e3c46d /scss
parentf7acb278e2cfbe3cce461c5091852340a1abf734 (diff)
downloadbootstrap-ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215.tar.xz
bootstrap-ab093b90f65fde53cc05ffbf9fb4de7bdf2b5215.zip
Add borderless table class along with docs. Rebase
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss6
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
//