diff options
| author | Mark Otto <[email protected]> | 2014-07-05 20:17:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 20:17:57 -0700 |
| commit | 043b40636c99c55d7331227401c447aefd699f4c (patch) | |
| tree | 06f7de116101c49fb3df3ebc6cf33c5d8ad5ae04 /docs/dist/css/bootstrap.css | |
| parent | b4b82e815c45faaaff74e0e605336b5b37c015ab (diff) | |
| download | bootstrap-043b40636c99c55d7331227401c447aefd699f4c.tar.xz bootstrap-043b40636c99c55d7331227401c447aefd699f4c.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 73b5ad537..48e9c841f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -2117,12 +2117,10 @@ 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 { +.table-striped > tbody > tr:nth-child(odd) { background-color: #f9f9f9; } -.table-hover > tbody > tr:hover > td, -.table-hover > tbody > tr:hover > th { +.table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { |
