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:
authorJacob Schatz <jschatz1@gmail.com>2017-08-06 20:03:46 +0300
committerJacob Schatz <jschatz1@gmail.com>2017-08-06 20:03:46 +0300
commita38ffd206792850334776efe8743fbee8ac1565e (patch)
tree7b24bfa46bf41e2d849d2e3df539f32084e3288d /app/assets/stylesheets/pages/repo.scss
parent67fd6b86546a7aacddf1bcdbe50b25c54206b790 (diff)
Remove unused header.
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 4b6778af997..ce81cdbc346 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -56,11 +56,6 @@
border-radius: $border-radius-default;
color: $almost-black;
- header {
- background: $gray-light;
- padding: 10px 15px;
- }
-
.panel-right {
display: inline-block;
width: 80%;
@@ -143,6 +138,7 @@
width: auto;
font-size: 15px;
opacity: 1;
+ margin-right: -6px;
}
}