diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2015-10-21 08:58:14 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2015-10-21 08:59:30 +0200 |
commit | 2a28b21054d76e736e9fd072a00d64924600a17a (patch) | |
tree | 0a63693e51b843d7c7824ef28e536eaf994bb3e4 /app/assets | |
parent | dd0552c36d0e043ae202c2fbb2927ffe99a6de79 (diff) | |
download | gitlab-ce-2a28b21054d76e736e9fd072a00d64924600a17a.tar.gz |
the logo svg should not mess with replacement imgs
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index cd5234a1e0e..985ea164576 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -239,7 +239,12 @@ padding: 10px 22px; overflow: hidden; - #tanuki-logo { + img { + width: 36px; + height: 36px; + } + + #tanuki-logo, img { float: left; } |