From 3fe96e8f5057583052a4a088e44cf5d7ea3fecf0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:52:40 -0800 Subject: fix border color on inverse tables --- docs/dist/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') 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; } -- cgit v1.2.3