f9c655215193e87e26c7c3abac4137ef14385580
[libreriscv.git] / local.css
1 /* Sticky footer styles
2 -------------------------------------------------- */
3 html {
4 position: relative;
5 min-height: 100%;
6 }
7 body {
8 /* Margin bottom by footer height */
9 margin-bottom: 60px;
10 }
11 .footer {
12 position: absolute;
13 bottom: 0;
14 width: 100%;
15 /* Set the fixed height of the footer here */
16 height: 60px;
17 background-color: #f5f5f5;
18 }
19
20
21 /* Custom page CSS
22 -------------------------------------------------- */
23 /* Not required for template or sticky footer method. */
24
25 body > .container {
26 padding: 60px 15px 0;
27 }
28 .container .text-muted {
29 margin: 20px 0;
30 }
31
32 .footer > .container {
33 padding-right: 15px;
34 padding-left: 15px;
35 }
36
37 code {
38 font-size: 80%;
39 }
40
41