summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@mbp-van-d.home>2017-03-16 14:48:58 +0100
committerDimitrie Hoekstra <dimitrie@mbp-van-d.home>2017-03-16 14:48:58 +0100
commitda697cbb76cca2ac3780a340065d917d12d33f87 (patch)
tree795a8c1eb2de7e01b9b0b3f6cd3dd9df10ac12e8
parent4daf326393886291dd241be64ddd3fdd54281af5 (diff)
downloadgitlab-ce-inverting-grey-white-for-focus.tar.gz
minor bottom paddinginverting-grey-white-for-focus
-rw-r--r--app/assets/stylesheets/framework/layout.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 8f4930ce4cf..0c7cb5e3489 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -117,6 +117,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
border-top: 0;
// margin-top: 10px;
// border-radius: 3px;
+ padding-bottom: 10px !important;
}
.nav-links {
@@ -124,6 +125,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
border: 0;
margin-top: 0;
border-radius: 0;
+ padding-bottom: 0 !important;
}
}
}