瀏覽代碼

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