Only put alternating row background on tables in "alternating-background"

class.
This commit is contained in:
Frank Mori Hess 2008-02-07 15:22:59 +00:00
parent f1d62ee34f
commit de46f39d8f
2 changed files with 3 additions and 3 deletions

View file

@ -3,12 +3,12 @@ body
background-color: White; background-color: White;
} }
tr.odd table.alternating-background tr.odd
{ {
background-color: White; background-color: White;
} }
tr.even table.alternating-background tr.even
{ {
background-color: Lavender; background-color: Lavender;
} }

View file

@ -25,7 +25,7 @@ use warnings;
print print
'<?xml version="1.0" encoding="utf-8"?> '<?xml version="1.0" encoding="utf-8"?>
<!--This file is autogenerated. Do not edit--> <!--This file is autogenerated. Do not edit-->
<table> <table class="alternating-background">
<tr> <tr>
<th>Make</th> <th>Make</th>
<th>Model</th> <th>Model</th>