File: summary.css

package info (click to toggle)
elixir-ex-doc 0.35.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,784 kB
  • sloc: javascript: 2,848; makefile: 15; xml: 12; sh: 5
file content (36 lines) | stat: -rw-r--r-- 724 bytes parent folder | download
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
.content-inner .summary h2 {
  font-weight: 700;
}

.content-inner .summary h2 a {
  text-decoration: none;
  border: none;
}

.content-inner .summary span.deprecated {
  color: var(--darkDeprecated);
  font-weight: normal;
  font-style: italic;
}

.content-inner .summary .summary-row .summary-signature {
  font-family: var(--monoFontFamily);
  font-weight: 700;
}

.content-inner .summary .summary-row .summary-signature a {
  text-decoration: none;
  border: none;
}

.content-inner .summary .summary-row .summary-synopsis {
  font-family: var(--defaultFontFamily);
  font-style: italic;
  padding: 0 1.2em;
  margin: 0 0 0.5em;
}

.content-inner .summary .summary-row .summary-synopsis p {
  margin: 0;
  padding: 0;
}