[Compass Core] Fixed a bug in alternating_rows_and_columns. Improper nesting caused some styles to be improperly rendered.

This commit is contained in:
Chris Eppstein 2009-07-21 11:17:09 -07:00
parent ca30bcbfee
commit e277ed2cd3

View File

@ -17,4 +17,4 @@
th, td
:background-color= !footer_color
&.even
:background-color= !footer_color - !dark_intersection
:background-color= !footer_color - !dark_intersection