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/_layout.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stylesheets/_layout.sass') 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} -- cgit v1.2.1