aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_footer.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-03-10 13:59:18 -0600
committerB Mathis <brandon@imathis.com>2010-03-10 13:59:18 -0600
commit42251dddcadd8ff23f30b128f1f468b18c0adf92 (patch)
tree75054c19ce07613f9597b4e5496d8b79c222634a /stylesheets/partials/_footer.sass
parent33bca7246e9f5c3b61712e44665386821acdf4b6 (diff)
downloadmy_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.tar.xz
my_new_personal_website-42251dddcadd8ff23f30b128f1f468b18c0adf92.zip
improved layout flexibility
Diffstat (limited to 'stylesheets/partials/_footer.sass')
-rw-r--r--stylesheets/partials/_footer.sass15
1 files changed, 7 insertions, 8 deletions
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