diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-08 20:57:58 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-08 20:57:58 +0200 |
commit | bcb0b6509eb948978dbf04bef054c8ae52033e0e (patch) | |
tree | 6f214f705ba575bc56033960774e5a3faf2de94c /app | |
parent | ddb6fb9c47740aa51caa30b8e35e15f0868a7be9 (diff) | |
download | gitlab-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.scss | 1 |
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 { |