The branch, master has been updated via d3e034eb45bd896481fc7a48f40c15d805a6ba62 (commit) from bd33e411871729796cefc73881eba6d0d2bb06ce (commit)
- Log ----------------------------------------------------------------- commit d3e034eb45bd896481fc7a48f40c15d805a6ba62 Author: Michal Čihař mcihar@novell.com Date: Thu Feb 17 10:52:03 2011 +0100
Fix placement of logo in some browsers
-----------------------------------------------------------------------
Summary of changes: graphite/css/theme_right.css.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index 4781a41..b08d8d0 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -889,7 +889,7 @@ div#queryboxcontainer div#bookmarkoptions { /* end querybox */
/* main page */ -#maincontainer { +.pmagroup { background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>logo_right.png); background-position: <?php echo $right; ?> bottom; background-repeat: no-repeat;
hooks/post-receive