Reduce header font a bit. Moved to mixin header font styles

This commit is contained in:
Dmitriy Zaporozhets 2012-12-12 12:30:19 +02:00
parent d7eb314553
commit 105f5ba3c9
3 changed files with 13 additions and 14 deletions

View file

@ -58,3 +58,12 @@
@mixin solid-shade {
@include box-shadow(0 0 0 3px #f1f1f1);
}
@mixin header-font {
color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-family: 'Korolev', sans-serif;
font-size: 28px;
line-height: 48px;
font-weight: normal;
}

View file

@ -44,14 +44,9 @@ header {
background: url('logo_dark.png') no-repeat 0px 2px;
float: left;
margin-left: 2px;
font-size: 30px;
line-height: 48px;
font-weight: normal;
color: $style_color;
text-shadow: 0 1px 1px #FFF;
padding-left: 45px;
height: 40px;
font-family: 'Korolev', sans-serif;
@include header-font;
}
}
}
@ -66,12 +61,7 @@ header {
float: left;
margin: 0;
margin-right: 30px;
font-size: 30px;
line-height: 48px;
font-weight: normal;
color: $style_color;
text-shadow: 0 1px 1px #FFF;
font-family: 'Korolev', sans-serif;
@include header-font;
}
/**