blob: 4c54a11fece8ae9b9195d04c94b6c73a9c1d7571 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
.footer-wrapper {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
background-color: #222222;
color: #ffffff;
font-family: "Arial";
font-size: 11px;
height: @footer_height;
}
.footer-wrapper a {
color: #ffffff;
margin: 0;
padding: 0;
text-decoration: underline;
}
.divider-footer-bottom {
margin: 0 auto;
width: 1020px;
}
.footer-copyright-text {
display: inline-block;
width:612px;
margin-top: 18px;
margin-left: 50px;
text-align: left;
vertical-align: top;
}
.footer-logo1 {
display: inline-block;
margin-top: 20px;
margin-left: 124px;
}
.footer-logo2 {
margin-top: 22px;
margin-left: 9px;
display: inline-block;
font-size: 24px;
vertical-align: top;
}
|