aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 15:52:40 -0800
committerMark Otto <[email protected]>2015-01-19 15:52:40 -0800
commit3fe96e8f5057583052a4a088e44cf5d7ea3fecf0 (patch)
treedb0bc2edd629ef4e8dc2c28f8b063fd450c4cb42 /scss
parentaffd89122f3fe8e954be869415194fe573f0d97e (diff)
downloadbootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.tar.xz
bootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.zip
fix border color on inverse tables
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 149723736..43f50c5be 100644
--- a/scss/_tables.scss
+++ b/scss/_tables.scss
@@ -181,7 +181,8 @@ table {
}
th,
- td {
+ td,
+ thead th {
border-color: $gray;
}
}