From cdd8e5723960f588f565d311792c3eabd8a5c574 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 10 Apr 2019 18:41:34 +0300 Subject: [PATCH] Put bootstrap.css at the top to fix precedence issues. --- static/css/base.css | 4 ++-- templates/base.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 %} + + -