diff options
| author | Phil Hughes <me@iamphill.com> | 2016-07-05 09:19:01 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2016-07-05 09:19:01 +0100 |
| commit | e3390901a3d614a30d073ecb890d5c335e02616e (patch) | |
| tree | 89f007e03a4bd9ee1febc600c5b9019dc27516de /app/assets | |
| parent | 111fecc639f3443c08ef508addde24b9874cdb85 (diff) | |
| download | gitlab-ce-e3390901a3d614a30d073ecb890d5c335e02616e.tar.gz | |
Chnaged padding of project header navproject-header
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 75f70891bb3..3325b586496 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -367,8 +367,8 @@ a.deploy-project-label { border-bottom: 1px solid $border-color; .nav { - padding-top: $gl-padding; - padding-bottom: $gl-padding; + padding-top: 12px; + padding-bottom: 12px; } .nav > li { |
