Fix image path

git-svn-id: https://develop.svn.wordpress.org/trunk@5687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-06-12 21:47:12 +00:00
parent ce7fd94edf
commit 547f858f1d
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ body {
cursor: pointer;
padding: 0 3px 1px;
border-top: 4px solid #6da6d1;
background: url( images/fade-butt.png ) -5px 0px;
background: url( ../images/fade-butt.png ) -5px 0px;
}
* html .popper {
@ -211,4 +211,4 @@ body {
top: 0px;
left: 0px;
width: 100%;
}
}