diff --git a/static/css/base.css b/static/css/base.css
index 6954261d..fbce9198 100644
--- a/static/css/base.css
+++ b/static/css/base.css
@@ -5,7 +5,7 @@ html {
body {
/* Margin bottom by footer height */
- margin-bottom: 140px !important;
+ margin-bottom: 140px;
}
.footer {
@@ -136,4 +136,4 @@ pre {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-}
\ No newline at end of file
+}
diff --git a/templates/base.html b/templates/base.html
index fc8fa7ee..f6fd3280 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,13 +16,14 @@
{% compress css %}
+
+
-