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
     1 /* Sticky footer styles
     2 -------------------------------------------------- */
     3 
     4 html,
     5 body {
     6   height: 100%;
     7   /* The html and body elements cannot have any padding or margin. */
     8 }
     9 
    10 /* Wrapper for page content to push down footer */
    11 #wrap {
    12   min-height: 100%;
    13   height: auto;
    14   /* Negative indent footer by its height */
    15   margin: 0 auto -60px;
    16   /* Pad bottom by footer height */
    17   padding: 0 0 60px;
    18 }
    19 
    20 /* Set the fixed height of the footer here */
    21 #footer {
    22   height: 60px;
    23   background-color: #f5f5f5;
    24 }
    25 
    26 
    27 /* Custom page CSS
    28 -------------------------------------------------- */
    29 /* Not required for template or sticky footer method. */
    30 
    31 .container {
    32   width: auto;
    33   max-width: 680px;
    34   padding: 0 15px;
    35 }
    36 .container .text-muted {
    37   margin: 20px 0;
    38 }
Impressum Datenschutzerklärung