diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 15:58:10 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-23 15:58:10 -0600 |
commit | efabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8 (patch) | |
tree | 875dec10ef71c8321b4030fd8513bfd4266b558c /app/assets | |
parent | c390555f2fb30fade4bec0463254a91d104fb2d9 (diff) | |
download | gitlab-ce-efabe5a4441bf85ad3b25f5f67d3cbf9a8dabed8.tar.gz |
Remove width restriction for logo on sign-in page.
Diffstat (limited to 'app/assets')
-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; } } |