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; +}