From aa2b9287779d653e99e82fc44ead06d4a8918cd5 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Sat, 14 Sep 2013 19:19:53 +0000 Subject: [PATCH] VRFS-673 - tweaking version formatting in footer --- app/assets/stylesheets/corp/footer.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/corp/footer.css.scss b/app/assets/stylesheets/corp/footer.css.scss index 57038607b..9ca2963dd 100644 --- a/app/assets/stylesheets/corp/footer.css.scss +++ b/app/assets/stylesheets/corp/footer.css.scss @@ -28,3 +28,9 @@ color:#fff; text-decoration:underline; } + +#version { + font-size:11px; + color:#fff; + padding-left: 12px; +} \ No newline at end of file