style(css): formatting, remove over-specified selectors

test-unit-sauce
Brian Ford 10 years ago
parent 556b6d0e0b
commit 5c676f9959

@ -1,8 +1,8 @@
.offsetTab {
margin-left: 15px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
.table-hover tr:hover td,
.table-hover tr:hover th {
background-color: #F3F3F3;
}