Changed images paths into relative path (../images where it was still /images)

SVN:code[107]
This commit is contained in:
Romain Quetiez
2009-08-27 13:56:57 +00:00
parent 6cc4ab7e9d
commit 5ee94f9d3d
5 changed files with 25 additions and 25 deletions

View File

@@ -482,7 +482,7 @@ ul.jd_menu_itop ul li.jd_menu_hover a.jd_menu_hover {
}
div.wizActiveStep {
height: 29px;
background: url(/images/wizActiveStepLeft.gif) no-repeat left;
background: url(../images/wizActiveStepLeft.gif) no-repeat left;
color: #d81515;
padding-left: 8px;
margin-top: 5px;
@@ -491,7 +491,7 @@ div.wizActiveStep {
}
div.wizActiveStep span {
height: 29px;
background: url(/images/wizActiveStepRight.gif) no-repeat top right;
background: url(../images/wizActiveStepRight.gif) no-repeat top right;
padding-right: 8px;
padding-top: 8px;
float:left;
@@ -499,7 +499,7 @@ div.wizActiveStep span {
div.wizStep {
height: 29px;
background: url(/images/wizStepLeft.gif) no-repeat left;
background: url(../images/wizStepLeft.gif) no-repeat left;
padding-left: 8px;
vertical-align: middle;
margin-top: 5px;
@@ -507,7 +507,7 @@ div.wizStep {
}
div.wizStep span {
height: 29px;
background: url(/images/wizStepRight.gif) no-repeat top right;
background: url(../images/wizStepRight.gif) no-repeat top right;
padding-right: 8px;
padding-top: 8px;
float:left;