update
[pharext/pharext.org] / public / index.css
1 html .label {
2 padding-top: 0.6em;
3 }
4 .footer {
5 position: fixed;
6 bottom: 0px;
7 width: 100%;
8 height: 60px;
9 background-color: #F5F5F5;
10 }
11
12 body {
13 margin-bottom: 60px;
14 }
15
16 .footer > .container {
17 padding: 15px;
18 text-align: center;
19 }
20
21 pre {
22 display: inline-block;
23 background-color: #444;
24 color: #ccc;
25 }
26
27 h4 {
28 margin-top: 20px;
29 }