aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_footer.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
committerB Mathis <brandon@imathis.com>2009-11-14 13:08:19 -0600
commitbdc66eabdfca4ae623ec359cd7751d60fbffc06e (patch)
treeeac3ee414a36b8aef1be3df7379067bfce719c4a /stylesheets/partials/_footer.sass
parentfe3590beae286efa61633294d7fc407d34759551 (diff)
downloadmy_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.tar.xz
my_new_personal_website-bdc66eabdfca4ae623ec359cd7751d60fbffc06e.zip
reorganized stylesheets
Diffstat (limited to '')
-rw-r--r--stylesheets/partials/_footer.sass13
1 files changed, 13 insertions, 0 deletions
diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass
new file mode 100644
index 00000000..16ec40ff
--- /dev/null
+++ b/stylesheets/partials/_footer.sass
@@ -0,0 +1,13 @@
+#footer
+ 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
+ &:hover
+ color = #fff \ No newline at end of file