better logo images for header

This commit is contained in:
Dmitriy Zaporozhets 2013-03-10 00:12:25 +02:00
parent 9c709be335
commit 8e8372d5ce
5 changed files with 4 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -45,7 +45,8 @@ header {
margin: 0 6px;
h1 {
background: url('logo_dark.png') no-repeat center 1px;
background: url('logo-black.png') no-repeat center 1px;
background-size: 38px;
float: left;
height: 40px;
width: 40px;
@ -241,7 +242,8 @@ header {
.app_logo {
a {
h1 {
background: url('logo_white.png') no-repeat center 1px;
background: url('logo-white.png') no-repeat center 1px;
background-size: 38px;
color: #fff;
text-shadow: 0 1px 1px #111;
}