Some simple updates that allow the login page to render properly.
[philo.git] / philo / contrib / gilbert / static / gilbert / murano / sass / murano / _functions.scss
index c50566b..7a9bf5b 100644 (file)
@@ -7,9 +7,9 @@
 }
 
 @function murano-image($file){
-       @return url("../img/"+$file)
+       @return url("img/"+$file)
 }
 
 @function fugue-image($file){
-       @return url("../../fugue-icons/icons-shadowless/"+$file)
+       @return url("../fugue-icons/icons-shadowless/"+$file)
 }
\ No newline at end of file