From dbf4e5b0b04a40f9e22cb37e12ba2873df717af7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 12 Jul 2013 19:15:49 +0300 Subject: [PATCH] Reduce padding for dashboard elements --- app/assets/stylesheets/sections/dashboard.scss | 2 +- app/assets/stylesheets/sections/events.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index cab6dd8..ff78af3 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -71,7 +71,7 @@ } .project-row, .group-row { - padding: 15px !important; + padding: 12px 15px !important; .namespace-name { color: #666; diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index b1dc597..253347d 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -99,7 +99,7 @@ } } - padding: 16px 5px; + padding: 14px 0px; &:last-child { border:none } .event_commits { -- libgit2 0.21.2