diff options
| author | Mark Otto <[email protected]> | 2013-08-17 14:15:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 14:15:33 -0700 |
| commit | 6ca32589b59434574a9e9ed6cb12718b0234754e (patch) | |
| tree | d1091ab55f1b8446f8da4960ffb8d4f3db477e1a /dist/css/bootstrap.css | |
| parent | 903e92a3272420de058b2fdf8d301e4d06e3188c (diff) | |
| download | bootstrap-6ca32589b59434574a9e9ed6cb12718b0234754e.tar.xz bootstrap-6ca32589b59434574a9e9ed6cb12718b0234754e.zip | |
2px border on thead th elements for just a tad more separation
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
