diff --git a/css/styles.css b/css/styles.css index d84dc7b255e7d1a665f7ee1f12762514e6ba4676..afba8346f1bed8e697605511ce9d5f1577ca9f9f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -431,6 +431,43 @@ figcaption { color:#fff; } + +#header_container { + *height:180px; +} + +#logo { + *padding:0; + *margin:0; + *height:147px; + *background-image:url('../img/briar_logo_circle.gif'); + *background-position:0 0; + *background-repeat:no-repeat; +} + +.logo { + *display:none; +} + +#nav { + *margin-top:40px; +} + +#container { + *padding-top:0; +} + +.intro { + *width:65%; +} + +#signupform button { + *padding:4px 2px 3px 2px; + *font-size:0.6em; + *font-weight:bold; + *line-height:1.3em; +} + @media only screen and (max-width: 48em) { #wrapper {margin-bottom:-5em;} diff --git a/img/briar_logo_circle.gif b/img/briar_logo_circle.gif new file mode 100644 index 0000000000000000000000000000000000000000..ee5e3f560961b577eb759a9e9ec41987aef2118f Binary files /dev/null and b/img/briar_logo_circle.gif differ