rollback validator template

This commit is contained in:
wing328 2015-06-09 13:01:11 +08:00
parent 6617af5209
commit 6efef51036

View File

@ -33,6 +33,8 @@
font-weight: bold;
}
body {
font-family: "Droid Sans", sans-serif;
font-size: 0.9em;
@ -175,7 +177,6 @@
border-color: gray;
background-color: white;
}
table#validation-results th {
border-width: 1px;
padding: 10px;
@ -185,18 +186,15 @@
text-align: left;
font-weight: bold;;
}
table#validation-results td {
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: gray;
}
table#validation-results tr:nth-child(even) {
background-color: rgb(240, 240, 230);
}
table#validation-results tr:nth-child(odd) {
background-color: rgb(250, 250, 240);
}