diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-06-23 22:42:55 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-06-23 22:42:55 +0000 |
commit | 214137aa60cb50d4a0a980161a783277d628d074 (patch) | |
tree | a54b6ecedceefb5970dce904bf71e4e6a6945651 /app | |
parent | 1f472c72bc853696a8452fb0173f8e413b5fc2b8 (diff) | |
parent | efabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8 (diff) | |
download | gitlab-ce-214137aa60cb50d4a0a980161a783277d628d074.tar.gz |
Merge branch 'fix-logo' into 'master'
Remove width restriction for logo on sign-in page.
Follow-up on !4661 since we didn't remove the width restriction on that.
See merge request !4888
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/header.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index e8cbe7f3c02..c32ce5195c6 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -26,7 +26,6 @@ header { text-align: center; #tanuki-logo, img { - width: 36px; height: 36px; } } |