The branch, master has been updated via 82443928d5db3dba662f2ea0b600ecc9d294b8e7 (commit) from c1d26ca43111fe9e243087540a63f51692f936df (commit)
- Log ----------------------------------------------------------------- commit 82443928d5db3dba662f2ea0b600ecc9d294b8e7 Author: Piotr Przybylski piotrprz@gmail.com Date: Sat Apr 16 23:18:52 2011 +0200
fix overwriting of .even/.odd <th> background in IE (was broken by gradient filter)
-----------------------------------------------------------------------
Summary of changes: themes/pmahomme/css/theme_right.css.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index a4acc5d..6e93510 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -348,12 +348,14 @@ button.mult_submit { table tr.odd th, .odd { background: #fff; + filter: none; }
/* even items 2,4,6,8,... */ table tr.even th, .even { background: #f3f3f3; + filter: none; }
/* odd table rows 1,3,5,7,... */
hooks/post-receive