Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:37:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-13 16:37:25 +0300
commit3b3f755b5bfa5348375fffe22ec56fe0f01ac1f5 (patch)
treef6bf7e2b36f263674170937e82804e8df030952e /app/assets/stylesheets/pages/detail_page.scss
parentb433efcf70dbafd5f76ce7140a4e6eb36008eee5 (diff)
New layout without background color
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/pages/detail_page.scss')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index deab805dbc2..6844d5b421d 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -1,6 +1,7 @@
.detail-page-header {
- margin: -$gl-padding;
- padding: 7px $gl-padding;
+ margin-top: -$gl-padding;
+ margin-bottom: -$gl-padding;
+ padding: 7px 0;
margin-bottom: 0px;
border-bottom: 1px solid $border-color;
color: #5c5d5e;