aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/_layout.sass
diff options
context:
space:
mode:
authordbloete <mail@dennisbloete.de>2010-05-26 04:58:11 +0800
committerBrandon Mathis <brandon@imathis.com>2010-05-26 05:18:55 +0800
commite112b7e05fe5e25c3635ff789db96ef2d74bdff3 (patch)
tree50a19a0734b624b77b0a70370838217eaf58451f /stylesheets/_layout.sass
parent86f6a800d060d90f0295785fef8bb308b748ecd9 (diff)
downloadmy_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.tar.xz
my_new_personal_website-e112b7e05fe5e25c3635ff789db96ef2d74bdff3.zip
Fix compass/sass deprecation warnings
Diffstat (limited to '')
-rw-r--r--stylesheets/_layout.sass2
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}