3.0.0 -> 3.0.1
[bootswatch] / bower_components / bootstrap / examples / sticky-footer / sticky-footer.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 .credit {
37   margin: 20px 0;
38 }