2.11 compatibility

This commit is contained in:
Marc Delisle
2007-05-09 17:00:46 +00:00
parent 13814821fa
commit 043a9807a9
2 changed files with 50 additions and 50 deletions

View File

@@ -25,7 +25,7 @@ body {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;
margin: 0;
padding: 0.2em 0.2em 0.2em 0.2em;
background-image: url(../<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>leftBgnd.png);
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>leftBgnd.png);
background-position:left top;
background-repeat: repeat-y;
}
@@ -116,7 +116,7 @@ div#leftframelinks a:hover {
/* serverlist */
#body_leftFrame #list_server {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-image: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
list-style-position: inside;
list-style-type: none;
margin: 0;