From 6ca32589b59434574a9e9ed6cb12718b0234754e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 17 Aug 2013 14:15:33 -0700 Subject: 2px border on thead th elements for just a tad more separation --- dist/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae1ac035a..c290d1221 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1408,6 +1408,7 @@ th { .table thead > tr > th { vertical-align: bottom; + border-bottom: 2px solid #dddddd; } .table caption + thead tr:first-child th, @@ -1449,6 +1450,11 @@ th { border: 1px solid #dddddd; } +.table-bordered > thead > tr > th, +.table-bordered > thead > tr > td { + border-bottom-width: 2px; +} + .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; -- cgit v1.2.3