the logo svg should not mess with replacement imgs

This commit is contained in:
Job van der Voort 2015-10-21 08:58:14 +02:00
parent dd0552c36d
commit 2a28b21054
1 changed files with 6 additions and 1 deletions

View File

@ -239,7 +239,12 @@
padding: 10px 22px;
overflow: hidden;
#tanuki-logo {
img {
width: 36px;
height: 36px;
}
#tanuki-logo, img {
float: left;
}