Replace Wire font with Yanone. Show only icon as link to dashboard

This commit is contained in:
Dmitriy Zaporozhets 2012-12-24 14:24:45 +02:00
parent d80d4cd92b
commit 2937f35f9a
6 changed files with 11 additions and 12 deletions

View file

@ -33,20 +33,19 @@ header {
*
*/
.app_logo {
width: 170px;
float: left;
margin-right: 15px;
a {
float: left;
padding: 0px;
h1 {
width: 90px;
background: url('logo_dark.png') no-repeat 0px 2px;
float: left;
margin-left: 2px;
padding-left: 45px;
height: 40px;
width: 40px;
@include header-font;
text-indent: -9999px;
}
}
}
@ -60,7 +59,7 @@ header {
position: relative;
float: left;
margin: 0;
margin-right: 30px;
margin-left: 15px;
@include header-font;
}
@ -233,7 +232,7 @@ header {
.app_logo {
a {
h1 {
background: url('logo_white.png') no-repeat 0px 2px;
background: url('logo_white.png') no-repeat center center;
color: #fff;
text-shadow: 0 1px 1px #111;
}