2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+2
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;
}