mercurial/templates/static/style-coal.css
changeset 25664 ebdfca23c1ab
parent 20577 de48422df393
child 26244 399e970e35c8
--- a/mercurial/templates/static/style-coal.css	Wed Jun 24 11:15:00 2015 -0400
+++ b/mercurial/templates/static/style-coal.css	Thu Jun 25 20:27:36 2015 +0800
@@ -97,8 +97,12 @@
 .age { white-space:nowrap; }
 .date { white-space:nowrap; }
 .indexlinks { white-space:nowrap; }
-.parity0 { background-color: #f0f0f0; }
-.parity1 { background-color: white; }
+.parity0,
+.stripes4 > :nth-child(4n+1),
+.stripes2 > :nth-child(2n+1) { background-color: #f0f0f0; }
+.parity1,
+.stripes4 > :nth-child(4n+3),
+.stripes2 > :nth-child(2n+2) { background-color: white; }
 .plusline { color: green; }
 .minusline { color: #dc143c; } /* crimson */
 .atline { color: purple; }