diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 866ff43cee..ba0f54344d 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -31,11 +31,9 @@ body { -------------------------------------------------- */ /* Not required for template or sticky footer method. */ -body > .container { - padding: 60px 15px 0; -} -.container .text-muted { - margin: 20px 0; +#cm-content > .container { + padding-bottom: 60px; + margin-bottom: 10px; } .footer > .container { diff --git a/main/template/default/announcement/view.tpl b/main/template/default/announcement/view.tpl index 0747b48445..71e9fec13a 100644 --- a/main/template/default/announcement/view.tpl +++ b/main/template/default/announcement/view.tpl @@ -1,5 +1,5 @@