Cleaning up unnessesary js code, removing inline js

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2014-01-07 13:39:29 +01:00
parent 7fc3ac587a
commit 7101655ed7
6 changed files with 10 additions and 17 deletions

View File

@@ -542,6 +542,10 @@ table {
box-shadow:0 0 0 #000!important;
}
table.bradius tbody tr:hover {
background-color: #f5f5f5;
}
table tr.top td {
vertical-align: top;
}