From d60d34231a7e76684d43f9c1fb8b1d60d589183e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 23:45:34 -0700 Subject: table headers --- docs/dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index c9df6bbee..3fcf5e677 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1638,6 +1638,14 @@ table th[class*="col-"] { border-bottom: 0; } } +.table > .thead-inverse > tr > th { + color: #fff; + background-color: #373a3c; +} +.table > .thead-default > tr > th { + color: #55595c; + background-color: #eceeef; +} fieldset { min-width: 0; padding: 0; -- cgit v1.2.3