--- trunk/lib/Frey/Run.pm 2009/01/07 19:41:48 961 +++ trunk/lib/Frey/Run.pm 2009/01/10 23:28:43 989 @@ -122,7 +122,13 @@ $body .= '' . join('', @{$data->{NAME}} ) . ''; $body .= '' . join('', @$_ ) . '' foreach @{ $data->{rows} }; $body .= ''; - + + $self->add_css(qq| + tr:nth-child(even) { + background-color: #eee; + } + |); + delete( $data->{rows} ); # too much dumplication $body .= Frey::View::Dumper->new( data => $data )->as_markup if $data; }