From 42251dddcadd8ff23f30b128f1f468b18c0adf92 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 10 Mar 2010 13:59:18 -0600 Subject: improved layout flexibility --- stylesheets/partials/_footer.sass | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'stylesheets/partials/_footer.sass') diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass index 16ec40ff..c67118c0 100644 --- a/stylesheets/partials/_footer.sass +++ b/stylesheets/partials/_footer.sass @@ -1,13 +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} + padding: 15px 0 position: relative z-index: 2 - font-size= !base_font_size_small - clear: both - padding= !base_font_size * 1.5 0 - color= !footer_color - +h-linear-gradient(darken(!body_bg, 25), !body_bg) - border-top= "14px solid" !footer_bg a - color= #ddd + color: #ddd &:hover - color = #fff \ No newline at end of file + color: #fff \ No newline at end of file -- cgit v1.2.1