diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 14:48:58 +0200 | 
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-01 14:51:27 +0200 | 
| commit | ba0c9b863a6e79d825744bd267a8c984a764235d (patch) | |
| tree | 7f7b0380fa3c7780ecbb6d47bd31035be3b9a051 | |
| parent | de1c81645c6aa29acc1aceafa123a861f822ee49 (diff) | |
| download | gitlab-ce-ba0c9b863a6e79d825744bd267a8c984a764235d.tar.gz | |
Remove 1px whitespace between nav tabs and underline when form presentdz-fix-nav-block
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| -rw-r--r-- | app/assets/stylesheets/framework/nav.scss | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss index 95bdd6d1ea3..fc3b0a422a7 100644 --- a/app/assets/stylesheets/framework/nav.scss +++ b/app/assets/stylesheets/framework/nav.scss @@ -100,6 +100,7 @@      > form {        display: inline-block; +      margin-top: -1px;      }      .icon-label { @@ -110,7 +111,7 @@        height: 34px;        display: inline-block;        position: relative; -      top: 1px; +      top: 2px;        margin-right: $gl-padding-top;        /* Medium devices (desktops, 992px and up) */ | 
