Add styles to make table rows more readable

This commit is contained in:
2010-01-21 15:00:20 +00:00
parent bba7e27550
commit d86394ff6f

View File

@@ -307,6 +307,18 @@ label {
margin-right: 1em;
}
table {
border-collapse: collapse;
}
tr {
border: 1px dashed darkGray;
}
tr:hover {
background-color: lightBlue;
}
#errors {
border: 1px solid firebrick;
background: peachpuff;