summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-05-06 10:55:28 -0700
committerDylan Baker <baker.dylan.c@gmail.com>2013-05-31 14:11:21 -0700
commit2c0f2210100b4552ee8d2afb76e746df84afb57a (patch)
tree052d6e23a33525e6e9633e7a8bc4487eede699c4 /templates
parent738ad1b14cdea1f7c11929f76010950c4df68228 (diff)
templates/index.css: make some css more exclusive
Change the div:nth-child to operating on everything except head to only working on group. This is lays groundwork for later changes. Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com> Reviewed-By: Aaron Watry <awatry@gmail.com> Reviewed-By: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.css b/templates/index.css
index b99cd2dad..875333fde 100644
--- a/templates/index.css
+++ b/templates/index.css
@@ -48,8 +48,8 @@ td.trap a, td.abort a, td.crash a {
color: #ffffff;
}
-tr:nth-child(odd) > td > div:not(.head) { background-color: #ffff95 }
-tr:nth-child(even) > td > div:not(.head) { background-color: #e1e183 }
+tr:nth-child(odd) > td > div.group { background-color: #ffff95 }
+tr:nth-child(even) > td > div.group { background-color: #e1e183 }
tr:nth-child(odd) td.pass { background-color: #20ff20; }
tr:nth-child(even) td.pass { background-color: #15e015; }