comparison app/assets/stylesheets/sticky-footer.css @ 284:bd29f6af1f1c

Add a bit more padding on footer.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 04:02:57 +0900
parents 5d084a9716ca
children
comparison
equal deleted inserted replaced
283:200488650a86 284:bd29f6af1f1c
12 min-height: 100%; 12 min-height: 100%;
13 height: auto !important; 13 height: auto !important;
14 height: 100%; 14 height: 100%;
15 /* Negative indent footer by its height */ 15 /* Negative indent footer by its height */
16 margin: 0 auto -60px; 16 margin: 0 auto -60px;
17 /* Pad bottom by footer height */ 17 /* Pad bottom by footer height + 10 */
18 padding: 0 0 60px; 18 padding: 0 0 70px;
19 } 19 }
20 20
21 /* Set the fixed height of the footer here */ 21 /* Set the fixed height of the footer here */
22 #footer { 22 #footer {
23 height: 60px; 23 height: 60px;