From 3d340b697237e4ec38e8ab09bcc0ce8a68fbd268 Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Fri, 20 Feb 2009 09:55:43 +1100 Subject: [PATCH] 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. --- .../utilities/tables/_alternating_rows_and_columns.sass | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass b/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass index 3a6d73c7..a4534a43 100644 --- a/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass +++ b/frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass @@ -1,14 +1,5 @@ =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 - :font-size .9em th.even :background-color= #fff - !dark_intersection tfoot