File: style.css

package info (click to toggle)
criterion 2.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,864 kB
  • sloc: ansic: 17,945; cpp: 774; python: 74; makefile: 25; sh: 19
file content (54 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (2)
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
.breatheparameterlist li p {
    display: inline;
}

.breatheenumvalues li p {
    display: inline;
}

.container > dl > dt {
    display: block;
    width: 100%;
    clear: both;
}

.container > dl > dt:before {
    content: " ▼ ";
}

.container > dl > dt.open:before {
    content: " ▶ ";
}

.container > dl {
    margin-bottom: 0 !important; /* Dirty hack */
}

/* Don't indent group contents */
.group dd {
    margin-left: 0;
}

/* Hide ugly group title block & group rubrics */
.group > dt,
p.breathe-sectiondef-title {
    display: none;
}

/* Slightly indent content for doxygen entries */
dl.macro > dd {
    margin-left: 30px;
}

/* Format parameters better */
.breatheparameterlist {
    padding-left: 0;
    list-style-type: none;
}

.breatheparameterlist > li > code,
.breatheparameterlist > li > code > .pre {
    background: transparent;
    font-family: inherit;
    font-weight: bold;
}