From a3f80be9e37fc61adbd400f4a3004cb1d4131d6b Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Thu, 19 Jul 2012 02:57:41 -0400 Subject: [PATCH] add footer --- .../static/symposion/less/symposion-components.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/symposion_project/static/symposion/less/symposion-components.less b/symposion_project/static/symposion/less/symposion-components.less index 30aa52ea..ce531e4c 100644 --- a/symposion_project/static/symposion/less/symposion-components.less +++ b/symposion_project/static/symposion/less/symposion-components.less @@ -159,3 +159,14 @@ div.box-content .markItUpEditor { .border-radius(0 0 4px 4px); } } + +// Footer +.footer { + margin-top: 45px; + padding: 25px 0 26px; + border-top: 1px solid #e5e5e5; +} +.footer p { + margin-bottom: 0; + color: #555; +}