2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Prevent nested tables style leaks

This commit is contained in:
Martijn Cuppens
2020-03-24 15:00:00 +01:00
parent ffb19e925c
commit d089a683c8
10 changed files with 642 additions and 712 deletions
+11
View File
@@ -374,6 +374,17 @@ th {
text-align: -webkit-match-parent; // 2
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
// Forms
//