Only put alternating row background on tables in "alternating-background"
class.
This commit is contained in:
parent
f1d62ee34f
commit
de46f39d8f
2 changed files with 3 additions and 3 deletions
|
@ -3,12 +3,12 @@ body
|
|||
background-color: White;
|
||||
}
|
||||
|
||||
tr.odd
|
||||
table.alternating-background tr.odd
|
||||
{
|
||||
background-color: White;
|
||||
}
|
||||
|
||||
tr.even
|
||||
table.alternating-background tr.even
|
||||
{
|
||||
background-color: Lavender;
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@ use warnings;
|
|||
print
|
||||
'<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--This file is autogenerated. Do not edit-->
|
||||
<table>
|
||||
<table class="alternating-background">
|
||||
<tr>
|
||||
<th>Make</th>
|
||||
<th>Model</th>
|
||||
|
|
Loading…
Add table
Reference in a new issue