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

@ -1,5 +1,5 @@
body > header {
background-color: $header_bg;
background-color: $header-bg;
h1 {
display: inline-block;
margin: 0;
@ -8,4 +8,10 @@ body > header {
text-decoration: none;
}
}
h2 {
margin: .2em 0 0;
@extend .sans;
font-size: 1em;
color: $subtitle-color;
}
}