Fix image path

git-svn-id: http://svn.automattic.com/wordpress/trunk@5687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-06-12 21:47:12 +00:00
parent 6d5da3e33c
commit b26a66ced0
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%;
}
}