From 926556c145f43638208dd681c0f7b8b772640ff2 Mon Sep 17 00:00:00 2001 From: Florian Staudacher Date: Thu, 18 Sep 2014 22:30:28 +0200 Subject: [PATCH] fix profile badge too much margin [ci skip] --- app/assets/stylesheets/profile.css.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/profile.css.scss b/app/assets/stylesheets/profile.css.scss index de1dfe8cc..bf2338591 100644 --- a/app/assets/stylesheets/profile.css.scss +++ b/app/assets/stylesheets/profile.css.scss @@ -13,6 +13,8 @@ padding: 0; } + .avatar.large { margin-bottom: 0; } + ul#profile_information { margin: 1em 0; > li {