소스 검색

Merge pull request #3 from thenbrent/fix-image-404

Fix 404 on wp.png background image
Ryan McCue 11 년 전
부모
커밋
fe23ce50dd
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/main.css
  2. BIN
      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 {

BIN
img/wp.png