1. Added support for styled subtitle in header

2. Added javascript detection for placeholder
3. Added backup style for search field with no-placeholder support
This commit is contained in:
Brandon Mathis
2011-06-08 18:58:00 -04:00
parent 901f4d7f29
commit a20dc08e10
7 changed files with 27 additions and 6 deletions

View File

@ -35,7 +35,7 @@ body {
}
}
> header {
font-size: .8em;
font-size: 1em;
padding-top: 1.5em;
padding-bottom: 1.5em;
}

View File

@ -10,6 +10,7 @@ $page-bg: #252525;
$header-bg: #333; //#0c2e46; //darken(#238bd2, 32); //#263448; //#323232;
$header-border: lighten($header-bg, 15);
$title-color: #f2f2f2;
$subtitle-color: #aaa;
$nav-bg: #ccc;//#3a6ea5;
$nav-color: darken($nav-bg, 38);