Normalize comments

This commit is contained in:
Neil Fraser
2021-05-19 09:23:37 -07:00
committed by Neil Fraser
parent 4436e2814d
commit dd0314bc0b
48 changed files with 185 additions and 186 deletions

View File

@@ -526,12 +526,12 @@ td.taboff:hover {
text-decoration: none;
}
/* Change color of dropdown links on hover. */
/* Change colour of dropdown links on hover. */
.dropdown-content a:hover, .dropdown-content label:hover {
background-color: #EEE;
}
/* Change color of dropdown links on selected. */
/* Change colour of dropdown links on selected. */
.dropdown-content-selected {
background-color: #DDD;
}