summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-08 20:57:58 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-08 20:57:58 +0200
commitbcb0b6509eb948978dbf04bef054c8ae52033e0e (patch)
tree6f214f705ba575bc56033960774e5a3faf2de94c /app
parentddb6fb9c47740aa51caa30b8e35e15f0868a7be9 (diff)
downloadgitlab-ce-bcb0b6509eb948978dbf04bef054c8ae52033e0e.tar.gz
Fix white line at top of no-ssh-key-message
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 9bcdb8c183b..4fb12d923d1 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 {