This commit is contained in:
Michelle Bergeron
2014-01-21 11:02:35 -05:00
parent 5d66e6ddcc
commit 45ea453c42
3 changed files with 18 additions and 2 deletions
+15
View File
@@ -284,6 +284,21 @@ Full-Width Styles
border-bottom-right-radius: 2px;
}
#logo {
display: block;
position: absolute;
top:0;
right: 10px;
z-index: 10;
padding: 10px 50px 10px 10px;
color: #fff;
background: url('../images/logo.png') #212121 no-repeat 95% 50%;
font-weight: 700;
box-shadow: 0 0 10px rgba(0,0,0,.5);
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
#header_wrap {
background: #212121;
background: -moz-linear-gradient(top, #373737, #212121);