1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02: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

View File

@@ -151,6 +151,12 @@
}
}
.table-borderless {
th,
td {
border: 0;
}
}
// Responsive tables
//