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