diff options
author | dbloete <mail@dennisbloete.de> | 2010-05-26 04:58:11 +0800 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2010-05-26 05:18:55 +0800 |
commit | e112b7e05fe5e25c3635ff789db96ef2d74bdff3 (patch) | |
tree | 50a19a0734b624b77b0a70370838217eaf58451f /stylesheets/partials/_header.sass | |
parent | 86f6a800d060d90f0295785fef8bb308b748ecd9 (diff) | |
download | my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.tar.xz my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.zip |
Fix compass/sass deprecation warnings
Diffstat (limited to 'stylesheets/partials/_header.sass')
-rw-r--r-- | stylesheets/partials/_header.sass | 6 |
1 files changed, 3 insertions, 3 deletions
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 |