mirror of
https://github.com/fspc/water-the-theme.git
synced 2026-09-15 08:01:37 -04:00
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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user