From baae15cec012420847b7120c16141280773760c9 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 19 Jan 2011 13:17:48 -0500 Subject: [PATCH] use explicit odd/even classes since some browsers don't support css3 odd/even selector --- Open-ILS/web/templates/default/opac/results.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/templates/default/opac/results.tt2 b/Open-ILS/web/templates/default/opac/results.tt2 index f862973dcc..a0e13a8b87 100644 --- a/Open-ILS/web/templates/default/opac/results.tt2 +++ b/Open-ILS/web/templates/default/opac/results.tt2 @@ -6,6 +6,7 @@ #record_table { border-collapse: collapse; width:100%; } #record_table td { padding: 3px; border-bottom: 1px solid #ddd; } #record_table tr:nth-child(odd) { background-color:#ded; } + .record-table-odd { background-color:#ded; } #form_div { text-align: center; width: 100%; margin-top: 10px;} #links_div { margin-bottom: 10px; padding: 5px;} @@ -78,7 +79,7 @@ attrs = {marc_xml => rec.marc_xml}; PROCESS get_marc_attrs args=attrs; %] - + [% IF attrs.isbn %] -- 2.11.0