-
Notifications
You must be signed in to change notification settings - Fork 0
/
specs.css
94 lines (76 loc) · 1.13 KB
/
specs.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.input {
float:left;
width: 30%;
}
.output {
float:right;
width: 70%;
}
.category-container {
}
.category {
display: block;
font-size: xx-large;
margin-left: 10px;
}
.regulatory {
font-size: x-large;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 10px;
}
.regulatory-text {
font-size: large;
}
.subcategory-container {
display: block;
margin-left: 20px;
}
.subcategory {
font-size: x-large;
display: block;
margin-bottom: 20px;
}
.requirement-container {
display: block;
margin-left: 40px;
}
.requirement {
font-size: large;
display: block;
margin-bottom: 20px;
}
.specification-container {
display: block;
margin-left: 60px;
}
.specification {
display: block;
font-size: larger;
}
.unit {
font-weight: bold;
display: block;
}
.unit-text {
font-weight: normal;
}
.test-container {
display: block;
margin-left: 60px;
}
.test {
}
.id {
font-weight: bold;
}
.collapse {
overflow: hidden;
}
.toc-container li {
list-style-type: none;
}
.toc-container ul {
margin-bottom:0px;
padding-bottom:0px;
}