summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-23 22:42:55 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-06-23 22:42:55 +0000
commit214137aa60cb50d4a0a980161a783277d628d074 (patch)
treea54b6ecedceefb5970dce904bf71e4e6a6945651
parent1f472c72bc853696a8452fb0173f8e413b5fc2b8 (diff)
parentefabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8 (diff)
downloadgitlab-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
-rw-r--r--app/assets/stylesheets/framework/header.scss1
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;
}
}