소스 검색

helios: css fix modified.png path

Nicolas Petton 11 년 전
부모
커밋
496ac5cc45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      css/helios.css

+ 1 - 1
css/helios.css

@@ -73,7 +73,7 @@ i {
 }
 
 .state.modified {
-    background: transparent url('/images/modified.png') 50% 50% no-repeat;
+    background: transparent url('../images/modified.png') 50% 50% no-repeat;
 }
 
 .buttons_bar {