1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 14:54:27 +02:00

document table border collapse change, move from old normalize to our reboot

This commit is contained in:
Mark Otto
2016-05-08 13:51:25 -07:00
parent 69219d4271
commit ce249a555c
2 changed files with 3 additions and 1 deletions

View File

@@ -268,6 +268,8 @@ textarea {
//
table {
// No longer part of Normalize since v4
border-collapse: collapse;
// Reset for nesting within parents with `background-color`.
background-color: $table-bg;
}