-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
61 lines (50 loc) · 1.02 KB
/
style.css
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
pre, code {
white-space:pre !important;
overflow-x:scroll !important;
word-break: keep-all !important;
word-wrap: initial !important;
}
.footer_section {
background-color: #DDDDDD;
position: absolute;
left: 0;
bottom: auto;
width: 100%;
height:100px;
margin-top:30px;
}
.footer_content {
width: 100%;
text-align: center;
font-size: 11px;
margin: 15px 0 15px 0;
vertical-align: middle;
}
.main-container {
margin-top: 20px;
}
img {
margin-bottom: 10px;
}
.glossary_anchor:target {
padding-top: 90px;
}
/* -------------------- Logo -------------------- */
.logo_frame {
height: 50px; /* equals max image height */
width: 50px;
white-space: nowrap; /* this is required unless you put the helper span closely near the img */
text-align: center;
margin-top: -12px;
margin-right: 21px;
float: left;
}
.logo_helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.logo_frame>img {
vertical-align: middle;
max-height: 50px;
}