remove any non-colour related CSS from the alternating-rows-and-columns mixin. this mixin works best when it _only_ affects your table's background colours.

This commit is contained in:
Tim Riley 2009-02-20 09:55:43 +11:00 committed by Chris Eppstein
parent 43ee4e1c98
commit 3d340b6972

View File

@ -1,14 +1,5 @@
=alternating-rows-and-columns(!even_row_color, !odd_row_color, !dark_intersection) =alternating-rows-and-columns(!even_row_color, !odd_row_color, !dark_intersection)
td,
th
:padding 2px
&.numeric
:text-align right
tbody
th
:text-align center
thead thead
:font-size .9em
th.even th.even
:background-color= #fff - !dark_intersection :background-color= #fff - !dark_intersection
tfoot tfoot