forked from destenson/etheropt--etheropt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (54 loc) · 721 Bytes
/
style.css
File metadata and controls
64 lines (54 loc) · 721 Bytes
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
body, html {
width: 800px;
margin: 0 auto;
}
#header {
width: 100%;
font-size: 2em;
height: 80px;
padding: 0;
margin-top: 10px;
margin-bottom: 10px;
}
#header img {
height: 80px;
vertical-align: middle;
}
#content {
padding-bottom: 1em;
}
#footer {
background: #eee;
padding: 1em;
border-top: 1px solid #ccc;
margin-bottom: 1em;
}
#connection {
clear: both;
}
.navbar-brand {
padding: 5px;
}
.navbar-brand img {
height: 100%;
}
.no-nav {
border-bottom: 1px solid #ccc;
margin-bottom: 1em;
}
#market-spinner {
margin-bottom: 1em;
}
#market {
}
#log-container {
display: none;
background: #cef;
}
#log {
height: 100px;
overflow-y: auto;
}
.pad {
margin: 8px;
}