Procházet zdrojové kódy

helios: css fix modified.png path

Nicolas Petton před 11 roky
rodič
revize
496ac5cc45
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {