From: Andrei Railean Date: Wed, 25 Jun 2014 05:16:25 +0000 (+1000) Subject: removing redundant background declarations on TDs X-Git-Tag: v3.3.0~399^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac67bc857fb3e4a4da1240222d51dd8a76a1bacf;p=thirdparty%2Fbootstrap.git removing redundant background declarations on TDs --- diff --git a/less/tables.less b/less/tables.less index e5347362e8..38c7da349b 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; } }