diff --git a/static/css/webvirtcloud.css b/static/css/webvirtcloud.css
index 2c90ad5..469a5fe 100644
--- a/static/css/webvirtcloud.css
+++ b/static/css/webvirtcloud.css
@@ -61,5 +61,5 @@ body {
}
.page-header {
- margin: 0 0 20px;
+ margin: 5px 5px 20px 20px;
}
\ No newline at end of file
diff --git a/templates/base.html b/templates/base.html
index 16633c8..cae2bb8 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -63,11 +63,7 @@
-
-
-
-
-
+ {% block script %}{% endblock %}