diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index b22c66e1..d68ed559 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -133,11 +133,9 @@ body { -footer { +footer .main-wrapper { text-align: center; - margin: 1em 0; - padding-top: 0.5em; - border-top: 1px solid #eee; + margin-top: 1em; font-size: small; color: silver; } diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 3ceef2f5..45ef8383 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -35,16 +35,15 @@ LayoutHelper::addScript('core.js');