diff --git a/app/assets/stylesheets/base.css.scss b/app/assets/stylesheets/base.css.scss index 6eb4184f..911a7c3b 100644 --- a/app/assets/stylesheets/base.css.scss +++ b/app/assets/stylesheets/base.css.scss @@ -120,4 +120,8 @@ body { #growls.default{ top:64px; right:10px +} + +.links { + padding-bottom: 10px; } \ No newline at end of file diff --git a/app/views/shared/_links.html.haml b/app/views/shared/_links.html.haml index f2910364..2d3294a9 100644 --- a/app/views/shared/_links.html.haml +++ b/app/views/shared/_links.html.haml @@ -1,4 +1,4 @@ -.centre.text-muted +.centre.text-muted.links © = Date.today.year = APP_CONFIG['site_name']