• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.wy-nav-content {
2  max-width: 70%;
3}
4
5.starlark-object {
6  border: thin solid grey;
7  margin-bottom: 1em;
8}
9
10.starlark-object h2 {
11  background-color: #e7f2fa;
12  border-bottom: thin solid grey;
13  padding-left: 0.5ex;
14}
15
16.starlark-object>p, .starlark-object>dl {
17  /* Prevent the words from touching the border line */
18  padding-left: 0.5ex;
19}
20
21.starlark-signature {
22  font-family: monospace;
23}
24
25/* Fixup the headerlinks in param names */
26.starlark-object dt a {
27  /* Offset the link icon to be outside the colon */
28  position: relative;
29  right: -1ex;
30  /* Remove the empty space between the param name and colon */
31  width: 0;
32  /* Override the .headerlink margin */
33  margin-left: 0 !important;
34}
35