forked from bazel-contrib/rules_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
43 lines (37 loc) · 901 Bytes
/
custom.css
File metadata and controls
43 lines (37 loc) · 901 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
.wy-nav-content {
max-width: 70%;
}
.starlark-object {
border: thin solid grey;
margin-bottom: 1em;
}
.starlark-object h2 {
background-color: #e7f2fa;
border-bottom: thin solid grey;
padding-left: 0.5ex;
}
.starlark-object h3 {
background-color: #e7f2fa;
padding-left: 0.5ex;
}
.starlark-module-extension-tag-class h3 {
background-color: #add8e6;
padding-left: 0.5ex;
}
.starlark-object>p, .starlark-object>dl, .starlark-object>section>* {
/* Prevent the words from touching the border line */
padding-left: 0.5ex;
}
.starlark-signature {
font-family: monospace;
}
/* Fixup the headerlinks in param names */
.starlark-object dt a {
/* Offset the link icon to be outside the colon */
position: relative;
right: -1ex;
/* Remove the empty space between the param name and colon */
width: 0;
/* Override the .headerlink margin */
margin-left: 0 !important;
}