From 8fa1bd67b95e5d12b2efb3c6f0057ccff1c2d41a Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sat, 1 Feb 2014 02:14:40 -0500 Subject: [PATCH] Updated footer styles in Flatly theme --- public/css/themes/flatly.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/themes/flatly.less b/public/css/themes/flatly.less index f821565b55..4cde90617c 100644 --- a/public/css/themes/flatly.less +++ b/public/css/themes/flatly.less @@ -5,6 +5,12 @@ // Global values // -------------------------------------------------- +#footer { + color: #fff; + background-color: @navbar-default-bg; + border-top: 1px solid @navbar-default-border; +} + // Grays // -------------------------