Removed unwanted CSS class to highlight table rows

This commit is contained in:
2010-03-18 02:04:56 +00:00
parent 0becbddf84
commit 9af46a1c5d

View File

@@ -14,16 +14,6 @@ label {
margin-right: 1em;
}
table {
}
tr {
}
tr:hover {
background-color: lightBlue;
}
#container {
width: 75%;
min-width: 75em;