forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.css
More file actions
31 lines (27 loc) · 695 Bytes
/
api.css
File metadata and controls
31 lines (27 loc) · 695 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
.method-type {
color: #1485CC;
margin-left: 0.25em;
margin-right: 0.25em;
}
ul {
margin-top: -10px;
}
li {
margin-bottom: 0.5em;
}
hr.separate-api-elements {
border: 0;
height: 1px;
background: -webkit-gradient(linear, left top, right top, from(rgba(221, 221, 221, 0.0)), color-stop(0.5, rgba(221, 221, 221, 0.33)), to(rgba(221, 221, 221, 0.0)));
margin-left: auto;
margin-right: auto;
margin-top: 45px;
margin-bottom: 35px;
}
hr.separate-api {
margin-top: 55px;
margin-bottom: 45px;
border: 0;
height: 3px;
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0)), color-stop(0.5, rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.0)));
}