From 6b0501b4c078ed1e88109c2a291211b234ebcd7a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 27 Oct 2013 16:15:08 +0200 Subject: [PATCH] Better font size for projects list on dashboard --- app/assets/stylesheets/sections/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index 04df765..6104314 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -74,7 +74,7 @@ } .project-name, .group-name { - font-size: 16px; + font-size: 15px; } .arrow { -- libgit2 0.21.2