The branch, master has been updated via 00013c2efd2cbd771bb23cd82bee861d31cd7b2b (commit) from 3496dded6a4432f31a956a70229a8cc9e6da989a (commit)
- Log ----------------------------------------------------------------- commit 00013c2efd2cbd771bb23cd82bee861d31cd7b2b Author: Michal Čihař michal@cihar.com Date: Tue Feb 8 19:49:34 2011 +0100
Even more over/even/odd simplify
-----------------------------------------------------------------------
Summary of changes: graphite/css/theme_right.css.php | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 2fbfd26..7d9ac0e 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -192,14 +192,12 @@ button.mult_submit { }
/* odd items 1,3,5,7,... */ -tr.odd th, -.odd { +tr.odd { background: <?php echo $GLOBALS['cfg']['BgOne']; ?>; }
/* even items 2,4,6,8,... */ -tr.even th, -.even { +tr.even { background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>; } tr.even th, tr.odd th, fieldset th { @@ -207,9 +205,7 @@ tr.even th, tr.odd th, fieldset th { }
/* odd table rows 1,3,5,7,... */ -tr.odd th, tr.odd, -tr.even th, tr.even { text-align: <?php echo $left; ?>; } @@ -224,9 +220,6 @@ tr.marked {
<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?> /* hovered items */ -.odd:hover, -.even:hover, -.hover, .structure_actions_dropdown { background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
hooks/post-receive