Light adjustment.

This commit is contained in:
z3d
2010-12-03 07:03:32 +00:00
parent 594765dd4e
commit cf236deec0

View File

@ -548,11 +548,11 @@ tr {
} }
tr:nth-child(even) { tr:nth-child(even) {
background: #eef; /*url('images/tabletile.png') !important;*/ background: #eef url(images/magic.png);
} }
tr:nth-child(odd) { tr:nth-child(odd) {
background: #ddf; /*url('images/tabletile_alt.png') !important;*/ background: #ddf url(images/magic.png);
} }
/* /*
tr:last-child { tr:last-child {