fixed rake preview and updated sass to sass3 syntax

This commit is contained in:
B Mathis
2010-07-26 10:55:53 -05:00
parent 5951848f72
commit 76b8b8ca45
22 changed files with 248 additions and 244 deletions

View File

@ -1,11 +1,11 @@
#header
background-color: $header_bg
border-bottom: 1px solid #{$header_border}
border-bottom: 1px solid $header_border
padding: 25px 0
h1
display: inline-block
margin: 0
a.title
font-weight: normal
color: #{$title_color}
color: $title_color
text-decoration: none