Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-24 01:42:55 +0300
committerJacob Schatz <jschatz@gitlab.com>2016-06-24 01:42:55 +0300
commit214137aa60cb50d4a0a980161a783277d628d074 (patch)
treea54b6ecedceefb5970dce904bf71e4e6a6945651 /app/assets
parent1f472c72bc853696a8452fb0173f8e413b5fc2b8 (diff)
parentefabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8 (diff)
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/assets')
-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;
}
}