Commenting out tail water flow, and cleaning up code.

Ironically, today cfs is a 7.2 because the stage is up slightly.
This commit is contained in:
Jonathan Rosenbaum
2016-09-30 18:48:46 +00:00
parent 80c511fd55
commit 8768275c90
2 changed files with 3 additions and 16 deletions
+1 -14
View File
@@ -41,21 +41,8 @@
d = d.toLocaleString();
$(this).html(d);
});
/*
div:nth-child(6n), div:nth-child(6n-1), div:nth-child(6n-2) {
background: red;
}
div:nth-child(6n-3), div:nth-child(6n-4), div:nth-child(6n-5) {
background: blue;
}
*/
});
//$('#Statistics tr:nth-child(6n), #Statistics tr:nth-child(6n-1), #Statistics tr:nth-child(6n-2)').css({backgroundColor:'#d4cdcd'});
//$('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#bac3c5'});
//$('#Statistics tr:nth-child(6n-3), #Statistics tr:nth-child(6n-4), #Statistics tr:nth-child(6n-5)').css({backgroundColor:'#bac3c5'});
})( jQuery );