Browse Source

helios: css fix modified.png path

Nicolas Petton 12 năm trước cách đây
mục cha
commit
496ac5cc45
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {