the logo svg should not mess with replacement imgs

This commit is contained in:
Job van der Voort
2015-10-21 08:59:30 +02:00
parent dd0552c36d
commit 2a28b21054
@@ -239,7 +239,12 @@
padding: 10px 22px;
overflow: hidden;
#tanuki-logo {
img {
width: 36px;
height: 36px;
}
#tanuki-logo, img {
float: left;
}