4c4373dd0abda2489ae5467cc18b0058f86d0ccd.svn-base 602 B

1234567891011121314151617181920212223242526272829303132
  1. /* Sticky footer styles
  2. -------------------------------------------------- */
  3. html {
  4. position: relative;
  5. min-height: 100%;
  6. }
  7. body {
  8. /* Margin bottom by footer height */
  9. margin-bottom: 60px;
  10. }
  11. .footer {
  12. position: absolute;
  13. bottom: 0;
  14. width: 100%;
  15. /* Set the fixed height of the footer here */
  16. height: 60px;
  17. background-color: #f5f5f5;
  18. }
  19. /* Custom page CSS
  20. -------------------------------------------------- */
  21. /* Not required for template or sticky footer method. */
  22. .container {
  23. width: auto;
  24. max-width: 680px;
  25. padding: 0 15px;
  26. }
  27. .container .text-muted {
  28. margin: 20px 0;
  29. }