1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

fix border color on inverse tables

This commit is contained in:
Mark Otto
2015-01-19 15:52:40 -08:00
parent affd89122f
commit 3fe96e8f50
9 changed files with 10 additions and 9 deletions

View File

@@ -181,7 +181,8 @@ table {
}
th,
td {
td,
thead th {
border-color: $gray;
}
}