blog/stylesheets/partials/_header.sass

11 lines
243 B
Sass
Raw Normal View History

2009-11-14 19:08:19 +00:00
#header
2010-03-10 19:59:18 +00:00
background-color: {!header_bg}
border-bottom: 1px solid #{!header_border}
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
color: #{!title_color}
text-decoration: none