bs-sticky-footer.css 565 B

1234567891011121314151617181920212223242526272829
  1. /* Sticky footer styles
  2. -------------------------------------------------- */
  3. html,
  4. body {
  5. height: 100%;
  6. /* The html and body elements cannot have any padding or margin. */
  7. }
  8. /* Wrapper for page content to push down footer */
  9. #wrap {
  10. min-height: 100%;
  11. height: auto;
  12. /* Negative indent footer by its height */
  13. margin: 0 auto -30px;
  14. /* Pad bottom by footer height */
  15. padding: 0 0 30px;
  16. }
  17. /* Set the fixed height of the footer here */
  18. #footer {
  19. height: 30px;
  20. background-color: #f5f5f5;
  21. }
  22. #footer p {
  23. line-height: 30px;
  24. margin-bottom: 0px;
  25. }