android.moparisthebest.org/stylesheets/partials/_header.sass

11 lines
241 B
Sass
Raw Normal View History

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