summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-23 15:58:10 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-06-23 15:58:10 -0600
commitefabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8 (patch)
tree875dec10ef71c8321b4030fd8513bfd4266b558c
parentc390555f2fb30fade4bec0463254a91d104fb2d9 (diff)
downloadgitlab-ce-efabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8.tar.gz
Remove width restriction for logo on sign-in page.
-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;
}
}