aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-05 20:17:57 -0700
committerMark Otto <[email protected]>2014-07-05 20:17:57 -0700
commit043b40636c99c55d7331227401c447aefd699f4c (patch)
tree06f7de116101c49fb3df3ebc6cf33c5d8ad5ae04 /dist/css/bootstrap.css
parentb4b82e815c45faaaff74e0e605336b5b37c015ab (diff)
downloadbootstrap-043b40636c99c55d7331227401c447aefd699f4c.tar.xz
bootstrap-043b40636c99c55d7331227401c447aefd699f4c.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 73b5ad537..48e9c841f 100644
--- a/dist/css/bootstrap.css
+++ b/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-"] {