Browse Source

Fixed logo size.

pull/17/merge
Simon Eisenmann 12 years ago
parent
commit
90c28a9f5a
  1. 6
      src/styles/components/_bar.scss
  2. BIN
      static/img/logo-small.png

6
src/styles/components/_bar.scss

@ -52,12 +52,12 @@ font-size:11px;
line-height:11px; line-height:11px;
font-weight:normal; font-weight:normal;
color:black; color:black;
width:106px; width:90px;
height:32px; height:32px;
background-size:106px 32px; background-size:100%;
background-repeat:no-repeat; background-repeat:no-repeat;
background-image:url(../img/logo-small.png); background-image:url(../img/logo-small.png);
display: inline-block; display:inline-block;
text-align:left; text-align:left;
} }
#bar .logo > span { #bar .logo > span {

BIN
static/img/logo-small.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Loading…
Cancel
Save