summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/changes/changes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/changes/changes.html b/modules/changes/changes.html
index cda3da1..1a987c2 100644
--- a/modules/changes/changes.html
+++ b/modules/changes/changes.html
@@ -187,12 +187,12 @@ h1{
#urlstable tr{
cursor:pointer;
}
-#urlstable tr:hover{
- background-color:#ddd;
-}
#urlstable tr:nth-child(2n){
background-color:#eee;
}
+#urlstable tr:hover{
+ background-color:#ddd;
+}
#urlstable td{
height:100%;
vertical-align:middle;