aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials/_footer.scss
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-06-29 14:01:06 -0400
committerBrandon Mathis <brandon@imathis.com>2011-06-29 14:01:06 -0400
commitea349cdfbfa4d42110099e49a8ff23f7213cd5b6 (patch)
treeaca4c6c7646207fe295197695b0cf87ee2a46913 /themes/classic/sass/partials/_footer.scss
parentce6621724c8d13530681724528b22e1c381f0dc2 (diff)
downloadmy_new_personal_website-ea349cdfbfa4d42110099e49a8ff23f7213cd5b6.tar.xz
my_new_personal_website-ea349cdfbfa4d42110099e49a8ff23f7213cd5b6.zip
Moved themes to .themes to get it out of the way. Updated Rakefile to support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use
Diffstat (limited to 'themes/classic/sass/partials/_footer.scss')
-rw-r--r--themes/classic/sass/partials/_footer.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/themes/classic/sass/partials/_footer.scss b/themes/classic/sass/partials/_footer.scss
deleted file mode 100644
index 350c562d..00000000
--- a/themes/classic/sass/partials/_footer.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-body > footer {
- @extend .sans;
- font-size: .8em;
- color: $footer-color;
- text-shadow: lighten($footer-bg, 5) 0 1px;
- background-color: $footer-bg;
- @include background(image-url('noise.png'), linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11)));
- border-top: 1px solid $footer-border-top;
- position: relative;
- padding-top: 1em;
- padding-bottom: 1em;
- margin-bottom: 3em;
- @include border-bottom-radius(.4em);
- z-index: 1;
- a {
- @include link-colors($footer-link-color, $footer-link-color-hover);
- }
- p:last-child { margin-bottom: 0; }
-}