From 2c0f2210100b4552ee8d2afb76e746df84afb57a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 6 May 2013 10:55:28 -0700 Subject: 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 Reviewed-By: Aaron Watry Reviewed-By: Kenneth Graunke --- templates/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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; } -- cgit v1.2.3