The branch, master has been updated via 1359e78bcd52a15ed13295f08a7ab4f4674cee2a (commit) from 1fb01bc42068ddf020ee8695a33319bb6d8fbe6d (commit)
- Log ----------------------------------------------------------------- commit 1359e78bcd52a15ed13295f08a7ab4f4674cee2a Author: Crack piotrprz@gmail.com Date: Thu Apr 1 17:43:50 2010 +0200
Uniform look for tabs in major browsers
-----------------------------------------------------------------------
Summary of changes: themes/darkblue_orange/css/theme_right.css.php | 4 ++-- themes/original/css/theme_right.css.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index c337cee..2a78ca8 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -666,8 +666,8 @@ ul#topmenu li { background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>; border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>; border-bottom: 0; - border-top-left-radius: 0.4em; - border-top-right-radius: 0.4em; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; }
/* enabled hover/active tabs */ diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 9a7434d..acb2c7d 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -641,8 +641,8 @@ ul#topmenu li { background-color: <?php echo $GLOBALS['cfg']['BgOne']; ?>; border: 1pt solid <?php echo $GLOBALS['cfg']['BgTwo']; ?>; border-bottom: 0; - border-top-left-radius: 0.4em; - border-top-right-radius: 0.4em; + -moz-border-radius: 0.4em 0.4em 0 0; + border-radius: 0.4em 0.4em 0 0; }
/* enabled hover/active tabs */
hooks/post-receive