From 1032363b5ac2d303fe08c3a443bfd0239351d5f7 Mon Sep 17 00:00:00 2001 From: Howl Date: Sat, 18 Apr 2015 23:45:52 +0200 Subject: [PATCH] fix horrible link section in about page --- app/assets/stylesheets/base.css.scss | 4 ++++ app/views/shared/_links.html.haml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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']