From 90485ed40e0a3c31e4071bec9eeb26257f7db690 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 7 Jun 2019 13:44:02 +0100 Subject: Reorganise static folder --- app/static/sticky_footer.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/static/sticky_footer.css (limited to 'app/static/sticky_footer.css') diff --git a/app/static/sticky_footer.css b/app/static/sticky_footer.css deleted file mode 100644 index 452b6d4..0000000 --- a/app/static/sticky_footer.css +++ /dev/null @@ -1,20 +0,0 @@ -/* Sticky footer styles --------------------------------------------------- */ -html { - position: relative; - min-height: 100%; -} - -body { - margin-bottom: 40px; /* Margin bottom by footer height */ -} - -footer { - position: absolute; - bottom: 0; - width: 100%; - /* Set the fixed height of the footer here */ - height: 40px; - line-height: 40px; /* Vertically center the text there */ - background-color: #f5f5f5; -} -- cgit v1.2.3