diff options
| author | Andrei Railean <[email protected]> | 2014-06-25 15:16:25 +1000 |
|---|---|---|
| committer | Andrei Railean <[email protected]> | 2014-06-25 15:16:25 +1000 |
| commit | ac67bc857fb3e4a4da1240222d51dd8a76a1bacf (patch) | |
| tree | 2285ea24b08eb28a38009091197b114763c341cd | |
| parent | 71974e2f4d2d42ebb13e357245e60b4b961a3bfa (diff) | |
| download | bootstrap-ac67bc857fb3e4a4da1240222d51dd8a76a1bacf.tar.xz bootstrap-ac67bc857fb3e4a4da1240222d51dd8a76a1bacf.zip | |
removing redundant background declarations on TDs
| -rw-r--r-- | less/tables.less | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/less/tables.less b/less/tables.less index e5347362e..38c7da349 100644 --- a/less/tables.less +++ b/less/tables.less @@ -107,10 +107,6 @@ th { .table-striped { > tbody > tr:nth-child(odd) { background-color: @table-bg-accent; - > td, - > th { - background-color: @table-bg-accent; - } } } @@ -121,10 +117,7 @@ th { .table-hover { > tbody > tr:hover { - > td, - > th { - background-color: @table-bg-hover; - } + background-color: @table-bg-hover; } } |
