bootstrap-source/bootstrap-3.0.3/examples/sticky-footer/sticky-footer.css
author stetrabby <info@trabucchi.de>
Fri, 20 Dec 2013 22:49:16 +0100
changeset 54 0ded9d7748b7
permissions -rwxr-xr-x
initial less based on the pymove3d.css
info@54
     1
/* Sticky footer styles
info@54
     2
-------------------------------------------------- */
info@54
     3
info@54
     4
html,
info@54
     5
body {
info@54
     6
  height: 100%;
info@54
     7
  /* The html and body elements cannot have any padding or margin. */
info@54
     8
}
info@54
     9
info@54
    10
/* Wrapper for page content to push down footer */
info@54
    11
#wrap {
info@54
    12
  min-height: 100%;
info@54
    13
  height: auto;
info@54
    14
  /* Negative indent footer by its height */
info@54
    15
  margin: 0 auto -60px;
info@54
    16
  /* Pad bottom by footer height */
info@54
    17
  padding: 0 0 60px;
info@54
    18
}
info@54
    19
info@54
    20
/* Set the fixed height of the footer here */
info@54
    21
#footer {
info@54
    22
  height: 60px;
info@54
    23
  background-color: #f5f5f5;
info@54
    24
}
info@54
    25
info@54
    26
info@54
    27
/* Custom page CSS
info@54
    28
-------------------------------------------------- */
info@54
    29
/* Not required for template or sticky footer method. */
info@54
    30
info@54
    31
.container {
info@54
    32
  width: auto;
info@54
    33
  max-width: 680px;
info@54
    34
  padding: 0 15px;
info@54
    35
}
info@54
    36
.container .text-muted {
info@54
    37
  margin: 20px 0;
info@54
    38
}
Impressum Datenschutzerklärung