summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/nav.scss
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-15 13:53:10 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-15 13:53:10 +0000
commita6042a2dbb673c07251924ac59d49f000c59b0ad (patch)
tree1d90dbc8a6d1fd9dac53f1d423673edc410a9f07 /app/assets/stylesheets/framework/nav.scss
parent84138691a36eea2186db48d5dbcacb4d8a7e697c (diff)
parenta9dd1beea414e4160fe7b25539c1a3fbd6606d10 (diff)
downloadgitlab-ce-a6042a2dbb673c07251924ac59d49f000c59b0ad.tar.gz
Merge branch 'list-items' into 'master'
Remove div between ul and li ## What does this MR do? Adds `container_class`to `ul` instead of `div` for valid HTML ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4592#note_12420843 See merge request !4633
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index 1222dc9047a..829222509f0 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -74,6 +74,7 @@
.container-fluid {
background-color: $background-color;
+ margin-bottom: 0;
}
li {