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 /docs/dist/css/bootstrap.css | |
| parent | affd89122f3fe8e954be869415194fe573f0d97e (diff) | |
| download | bootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.tar.xz bootstrap-3fe96e8f5057583052a4a088e44cf5d7ea3fecf0.zip | |
fix border color on inverse tables
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c6ce61d15..6d0bd6e03 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1846,7 +1846,7 @@ table td[class*="col-"], table th[class*="col-"] { .table-inverse.table-bordered { border: 0; } -.table-inverse th, .table-inverse td { +.table-inverse th, .table-inverse td, .table-inverse thead th { border-color: #55595c; } |
