-
Notifications
You must be signed in to change notification settings - Fork 1
/
viewer.css
72 lines (58 loc) · 947 Bytes
/
viewer.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
62
63
64
65
66
67
68
69
70
71
72
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 5px;
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
background-color: #f5f5f5;
}
.footer_container {
width: auto;
max-width: 680px;
padding: 0 15px;
padding-top: 22px;
margin-left: 20px;
}
.fotter_container .text-muted {
margin: 20px 0;
}
.starter-template {
padding: 0.5em 0.5rem;
text-align: center;
}
#inspector {
visibility: hidden;
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
}
#instructions {
padding-right: 30px;
padding-left: 30px;
padding-top: 30px;
padding-bottom: 30px;
position: absolute;
bottom: 0px;
word-wrap:break-word;
background-color: transparent;
}
.row{
display: table;
}
.row [class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}
ul {
margin-left: 0px;
padding-left: 12px;
}