From 45d9b75a22ed2400025ee7851f3b2261db07b416 Mon Sep 17 00:00:00 2001 From: Phuoc CAO Date: Wed, 20 Feb 2019 07:31:48 +0100 Subject: [PATCH] footer en noir --- mondumas/static/css/style.less | 8 +++++--- mondumas/templates/layouts/global_layout.pt | 8 +++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mondumas/static/css/style.less b/mondumas/static/css/style.less index 404e76b..9cbd8d5 100644 --- a/mondumas/static/css/style.less +++ b/mondumas/static/css/style.less @@ -96,9 +96,11 @@ top:7%; } -#footer { - text-align: center; - color: #428BCA; +.footer { + background-color: #2f2f2f; + color: #ffffff; + padding-top: 2em; + padding-bottom: 1em; } .form-group { diff --git a/mondumas/templates/layouts/global_layout.pt b/mondumas/templates/layouts/global_layout.pt index 8cff4d6..909951f 100644 --- a/mondumas/templates/layouts/global_layout.pt +++ b/mondumas/templates/layouts/global_layout.pt @@ -95,11 +95,9 @@
- +