Fix compass/sass deprecation warnings

This commit is contained in:
dbloete
2010-05-26 04:58:11 +08:00
committed by Brandon Mathis
parent 86f6a800d0
commit e112b7e05f
9 changed files with 67 additions and 67 deletions

View File

@ -1,11 +1,11 @@
#header
background-color: {!header_bg}
border-bottom: 1px solid #{!header_border}
background-color: $header_bg
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