diff options
author | Dimitrie Hoekstra <dimitrie@mbp-van-d.home> | 2017-03-16 14:48:58 +0100 |
---|---|---|
committer | Dimitrie Hoekstra <dimitrie@mbp-van-d.home> | 2017-03-16 14:48:58 +0100 |
commit | da697cbb76cca2ac3780a340065d917d12d33f87 (patch) | |
tree | 795a8c1eb2de7e01b9b0b3f6cd3dd9df10ac12e8 | |
parent | 4daf326393886291dd241be64ddd3fdd54281af5 (diff) | |
download | gitlab-ce-inverting-grey-white-for-focus.tar.gz |
minor bottom paddinginverting-grey-white-for-focus
-rw-r--r-- | app/assets/stylesheets/framework/layout.scss | 2 |
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; } } } |