changeset 284:bd29f6af1f1c

Add a bit more padding on footer.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 04:02:57 +0900
parents 200488650a86
children 49cd80db6409
files app/assets/stylesheets/sticky-footer.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/assets/stylesheets/sticky-footer.css	Wed Oct 16 04:00:09 2013 +0900
+++ b/app/assets/stylesheets/sticky-footer.css	Wed Oct 16 04:02:57 2013 +0900
@@ -14,8 +14,8 @@
   height: 100%;
   /* Negative indent footer by its height */
   margin: 0 auto -60px;
-  /* Pad bottom by footer height */
-  padding: 0 0 60px;
+  /* Pad bottom by footer height + 10 */
+  padding: 0 0 70px;
 }
 
 /* Set the fixed height of the footer here */