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/_layout.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/_layout.sass')
-rw-r--r-- | stylesheets/_layout.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/_layout.sass b/stylesheets/_layout.sass index 4acb0dc4..def1c7ac 100644 --- a/stylesheets/_layout.sass +++ b/stylesheets/_layout.sass @@ -2,7 +2,7 @@ !page_width = 980px !sidebar_margin = 20px !sidebar_width = 280px -!default_border_radius = 4px +$default_border_radius = 4px html body background-color: #{!body_bg} |