info@54: /* Sticky footer styles info@54: -------------------------------------------------- */ info@54: info@54: html, info@54: body { info@54: height: 100%; info@54: /* The html and body elements cannot have any padding or margin. */ info@54: } info@54: info@54: /* Wrapper for page content to push down footer */ info@54: #wrap { info@54: min-height: 100%; info@54: height: auto; info@54: /* Negative indent footer by its height */ info@54: margin: 0 auto -60px; info@54: /* Pad bottom by footer height */ info@54: padding: 0 0 60px; info@54: } info@54: info@54: /* Set the fixed height of the footer here */ info@54: #footer { info@54: height: 60px; info@54: background-color: #f5f5f5; info@54: } info@54: info@54: info@54: /* Custom page CSS info@54: -------------------------------------------------- */ info@54: /* Not required for template or sticky footer method. */ info@54: info@54: #wrap > .container { info@54: padding: 60px 15px 0; info@54: } info@54: .container .text-muted { info@54: margin: 20px 0; info@54: } info@54: info@54: #footer > .container { info@54: padding-left: 15px; info@54: padding-right: 15px; info@54: } info@54: info@54: code { info@54: font-size: 80%; info@54: }