From e112b7e05fe5e25c3635ff789db96ef2d74bdff3 Mon Sep 17 00:00:00 2001 From: dbloete Date: Wed, 26 May 2010 04:58:11 +0800 Subject: Fix compass/sass deprecation warnings --- stylesheets/partials/_header.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stylesheets/partials/_header.sass') diff --git a/stylesheets/partials/_header.sass b/stylesheets/partials/_header.sass index 2c70ba62..23e4b0b3 100644 --- a/stylesheets/partials/_header.sass +++ b/stylesheets/partials/_header.sass @@ -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 \ No newline at end of file -- cgit v1.2.1