summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 15:04:29 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 15:49:21 +0100
commit845f26d07b97a281057a09facae28b2bbdb0168b (patch)
treedaf6060658591053ab93c521ae749dda1e30ea4a /app/assets/stylesheets/framework/layout.scss
parent09e712c0fb721059e4b2619eb9fc104257fc492d (diff)
downloadgitlab-ce-845f26d07b97a281057a09facae28b2bbdb0168b.tar.gz
Remove minimum containe heightui/no-minimal-height
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index b91c15d8910..a60940a8bee 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -2,10 +2,10 @@ html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
+}
- body {
- padding-top: $header-height;
- }
+body {
+ background-color: #EAEBEC !important;
}
.container {
@@ -18,6 +18,7 @@ html {
}
.navless-container {
+ padding-top: $header-height;
margin-top: 30px;
}