From c3f43bdd1023452a9d9b074cdc716de8b1fec9c4 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Sun, 15 Sep 2013 17:14:31 +0000 Subject: [PATCH] VRFS-673 fixing version style in footer --- app/assets/stylesheets/client/footer.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/client/footer.css.scss b/app/assets/stylesheets/client/footer.css.scss index 922f81f2c..91463d23e 100644 --- a/app/assets/stylesheets/client/footer.css.scss +++ b/app/assets/stylesheets/client/footer.css.scss @@ -35,6 +35,6 @@ #version { font-size:11px; - color:#fff; - padding-left: 12px; + color:#ccc; + text-align: center; } \ No newline at end of file