bootstrap-source/bootstrap-3.0.3/examples/sticky-footer-navbar/sticky-footer-navbar.css
equal
deleted
inserted
replaced
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 #wrap > .container { |
|
32 padding: 60px 15px 0; |
|
33 } |
|
34 .container .text-muted { |
|
35 margin: 20px 0; |
|
36 } |
|
37 |
|
38 #footer > .container { |
|
39 padding-left: 15px; |
|
40 padding-right: 15px; |
|
41 } |
|
42 |
|
43 code { |
|
44 font-size: 80%; |
|
45 } |
|