diff options
| author | fat <[email protected]> | 2013-08-17 14:25:16 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 14:25:16 -0700 |
| commit | 2d875c8d5ecd77b833ff3af62a92d139f3382db7 (patch) | |
| tree | e9cd1c4173a312879eba615359db25f5ffc472d2 /dist/css/bootstrap.css | |
| parent | 33f448f60563c7806f8f4b48dee8a1565bc270ad (diff) | |
| parent | 1b814ddd0a5768ff8ee85bef28f026e06fbace93 (diff) | |
| download | bootstrap-2d875c8d5ecd77b833ff3af62a92d139f3382db7.tar.xz bootstrap-2d875c8d5ecd77b833ff3af62a92d139f3382db7.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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; |
