Browse Source

Fixed logo size.

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

4
src/styles/components/_bar.scss

@ -52,9 +52,9 @@ font-size:11px; @@ -52,9 +52,9 @@ font-size:11px;
line-height:11px;
font-weight:normal;
color:black;
width:106px;
width:90px;
height:32px;
background-size:106px 32px;
background-size:100%;
background-repeat:no-repeat;
background-image:url(../img/logo-small.png);
display:inline-block;

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