Fix the CSS for groove_simple

Previously, the css pointed to a non-existent
file path for the background.
This commit is contained in:
jvoisin
2019-09-30 23:05:07 +02:00
parent 2b73a82a88
commit 5593275a5a
@@ -17,7 +17,7 @@
/* Main frame image */
.mainframe {
background-image:url( "../icons/groove_simple/background_main_blank.png" );
background-image:url( "../icons/groove/background_main_blank.png" );
}