From bcb0b6509eb948978dbf04bef054c8ae52033e0e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 8 Jan 2014 20:57:58 +0200 Subject: [PATCH] Fix white line at top of no-ssh-key-message --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 9bcdb8c..4fb12d9 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -224,6 +224,7 @@ li.note { background: #C67; margin: 0; color: #FFF; + margin-top: -1px; text-align: center; a { -- libgit2 0.21.2