diff --git a/static/css/artist.css b/label/static/label/css/artist.css
similarity index 100%
rename from static/css/artist.css
rename to label/static/label/css/artist.css
diff --git a/static/css/artists.css b/label/static/label/css/artists.css
similarity index 100%
rename from static/css/artists.css
rename to label/static/label/css/artists.css
diff --git a/static/css/release.css b/label/static/label/css/release.css
similarity index 100%
rename from static/css/release.css
rename to label/static/label/css/release.css
diff --git a/static/css/releases.css b/label/static/label/css/releases.css
similarity index 100%
rename from static/css/releases.css
rename to label/static/label/css/releases.css
diff --git a/label/templates/label/artist.html b/label/templates/label/artist.html
index ee1123b..dfb4d2e 100644
--- a/label/templates/label/artist.html
+++ b/label/templates/label/artist.html
@@ -4,7 +4,7 @@
{% block stylesheets %}
-
+
{% endblock %}
diff --git a/label/templates/label/artists.html b/label/templates/label/artists.html
index 50b6afb..888a849 100644
--- a/label/templates/label/artists.html
+++ b/label/templates/label/artists.html
@@ -4,7 +4,7 @@
{% block stylesheets %}
-
+
{% endblock %}
diff --git a/label/templates/label/release.html b/label/templates/label/release.html
index 573fd86..ec4b779 100644
--- a/label/templates/label/release.html
+++ b/label/templates/label/release.html
@@ -4,7 +4,7 @@
{% block stylesheets %}
-
+
{% endblock %}
diff --git a/label/templates/label/releases.html b/label/templates/label/releases.html
index e50d583..14374a3 100644
--- a/label/templates/label/releases.html
+++ b/label/templates/label/releases.html
@@ -4,7 +4,7 @@
{% block stylesheets %}
-
+
{% endblock %}
diff --git a/static/css/news.css b/news/static/news/css/news.css
similarity index 100%
rename from static/css/news.css
rename to news/static/news/css/news.css
diff --git a/news/templates/news/news.html b/news/templates/news/news.html
index 9ca0665..6665c73 100644
--- a/news/templates/news/news.html
+++ b/news/templates/news/news.html
@@ -4,7 +4,7 @@
{% block stylesheets %}
-
+
{% endblock %}