2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add borderless table class along with docs. Rebase

This commit is contained in:
Varunram
2017-10-11 00:01:57 +05:30
parent f7acb278e2
commit ab093b90f6
2 changed files with 86 additions and 0 deletions
+6
View File
@@ -151,6 +151,12 @@
}
}
.table-borderless {
th,
td {
border: 0;
}
}
// Responsive tables
//