Skip to content
Snippets Groups Projects
Commit c05fde77 authored by akwizgran's avatar akwizgran
Browse files

Added styles and logo variant for IE 6/7.

parent 2051c5d4
No related branches found
No related tags found
No related merge requests found
......@@ -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;}
......
img/briar_logo_circle.gif

2.9 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment