summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-10-21 08:58:14 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2015-10-21 08:59:30 +0200
commit2a28b21054d76e736e9fd072a00d64924600a17a (patch)
tree0a63693e51b843d7c7824ef28e536eaf994bb3e4
parentdd0552c36d0e043ae202c2fbb2927ffe99a6de79 (diff)
downloadgitlab-ce-2a28b21054d76e736e9fd072a00d64924600a17a.tar.gz
the logo svg should not mess with replacement imgs
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss7
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;
}