From 76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f Mon Sep 17 00:00:00 2001 From: B Mathis Date: Mon, 26 Jul 2010 10:55:53 -0500 Subject: fixed rake preview and updated sass to sass3 syntax --- stylesheets/partials/_footer.sass | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'stylesheets/partials/_footer.sass') diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass index c67118c0..40ae8e3f 100644 --- a/stylesheets/partials/_footer.sass +++ b/stylesheets/partials/_footer.sass @@ -1,12 +1,12 @@ #footer - +linear-gradient(color_stops(darken(!body_bg, 5), !body_bg)) - font-size: #{!base_font_size_small} - color: #{!footer_color} - border-top: 10px solid #{!footer_bg} + +linear-gradient(color-stops(darken($body-bg, 5), $body-bg)) + font-size: $base-font-size-small + color: $footer-color + border-top: 10px solid $footer-bg padding: 15px 0 position: relative z-index: 2 a - color: #ddd + color: #dddddd &:hover - color: #fff \ No newline at end of file + color: white -- cgit v1.2.1