diff options
| author | Mark Otto <[email protected]> | 2015-01-19 15:52:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 15:52:40 -0800 |
| commit | 3fe96e8f5057583052a4a088e44cf5d7ea3fecf0 (patch) | |
| tree | db0bc2edd629ef4e8dc2c28f8b063fd450c4cb42 /scss | |
| parent | affd89122f3fe8e954be869415194fe573f0d97e (diff) | |
| download | bootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.tar.xz bootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.zip | |
fix border color on inverse tables
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_tables.scss | 3 |
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; } } |
