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:
authorPhil Hughes <me@iamphill.com>2016-06-14 15:18:19 +0300
committerPhil Hughes <me@iamphill.com>2016-06-14 15:18:19 +0300
commitb8beb0b8aceb003b940a3a4695b3e7cb67216e5f (patch)
tree1c2c3e719b9be053805669447cd6ee6e532738fd /app/assets/stylesheets/framework/blocks.scss
parent0068ba8db597a0396ce1eddd51776981dd12d970 (diff)
Fixed last push event banner not being in container
Closes #18567
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index fab96404a6c..d5fe5bc2ef1 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -91,6 +91,10 @@
background-color: $white-light;
border-top: none;
}
+
+ &.top-block .container-fluid {
+ background-color: inherit;
+ }
}
.cover-block {