浏览代码

Fix 404 on wp.png background image

thenbrent 12 年之前
父节点
当前提交
04cd92dc1d
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      css/main.css
  2. 二进制
      img/wp.png

+ 1 - 1
css/main.css

@@ -202,7 +202,7 @@ ul#requests {
   left: 350px;
   right:0;
   bottom:0;
-  background: url("/img/wp.png") no-repeat center center hsl(0,0%,97%);
+  background: url("../img/wp.png") no-repeat center center hsl(0,0%,97%);
 }
 
 ul#requests > li {

二进制
img/wp.png