blog/stylesheets/partials/_header.sass

11 lines
241 B
Sass
Raw Normal View History

2009-11-14 19:08:19 +00:00
#header
2010-05-25 20:58:11 +00:00
background-color: $header_bg
border-bottom: 1px solid #{$header_border}
2010-03-10 19:59:18 +00:00
padding: 25px 0
h1
2009-11-14 19:08:19 +00:00
display: inline-block
2010-03-10 19:59:18 +00:00
margin: 0
a.title
font-weight: normal
2010-05-25 20:58:11 +00:00
color: #{$title_color}
2010-03-10 19:59:18 +00:00
text-decoration: none