-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (44 loc) · 719 Bytes
/
Copy pathstyle.css
File metadata and controls
55 lines (44 loc) · 719 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
#graphs {
/*float: left;*/
}
#network-vis {
/*display: inline-block;*/
/*float: right;*/
}
.layer {
display: inline-block;
margin-right: 0.4em;
}
.layer>ol {
display: inline-block;
vertical-align: middle;
}
.layer>ol>li {
display: block;
}
.neuron {
text-align: justify;
margin: 0.4em;
}
.neuron:after{
content: '';
display: inline-block;
width: 100%;
height: 0;
font-size:0;
line-height:0;
}
.neuron>ol {
display: inline-block;
vertical-align: middle;
margin-right: 0.2em;
}
.neuron>span {
display: inline-block;
vertical-align: middle;
}
canvas {
border-style: solid;
border-color: black;
border-width: 1px;
}