aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/css/bootstrap.css
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 /docs/dist/css/bootstrap.css
parentaffd89122f3fe8e954be869415194fe573f0d97e (diff)
downloadbootstrap-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.css2
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;
}