# HG changeset patch # User edogawaconan # Date 1381863777 -32400 # Node ID bd29f6af1f1ce92755788d811ce5d9d34b81e386 # Parent 200488650a860a13e1a23cfa7f9c1b4d9ba4d973 Add a bit more padding on footer. diff -r 200488650a86 -r bd29f6af1f1c app/assets/stylesheets/sticky-footer.css --- 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 */