diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-07-26 16:15:29 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-07-26 16:15:29 +0000 |
commit | ef455b5d2349c7cef62abc4cfdb4b9f3ea0c0357 (patch) | |
tree | bc3b1208505460bc9a01cd822e1480d724f6cda7 | |
parent | f055b87eb40540249d34b557c5821c520972d0d7 (diff) | |
parent | f76cdaad1b66a359d7eee53dda243e6cf2979b6d (diff) | |
download | gitlab-ce-ef455b5d2349c7cef62abc4cfdb4b9f3ea0c0357.tar.gz |
Merge branch 'remove-unnecessary-css' into 'master'
Remove CSS
See merge request gitlab-org/gitlab-ce!20845
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 2097bcebf69..e7e13d35d8e 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -567,9 +567,6 @@ border-bottom: 1px solid $white-normal; .mx-auto { - margin: 8px 0; - text-align: center; - .tanuki-logo, img { height: 36px; |