}
-// Bordered version
+// Border versions
//
-// Add borders all around the table and between all the columns.
+// Add or remove borders all around the table and between all the columns.
.table-bordered {
border: $table-border-width solid $table-border-color;
}
}
+.table-borderless {
+ th,
+ td,
+ thead th,
+ tbody + tbody {
+ border: 0;
+ }
+}
// Zebra-striping
//
}
}
-.table-borderless {
- th,
- td {
- border: 0;
- }
-}
// Responsive tables
//