File: breathe.css

package info (click to toggle)
fmtlib 7.1.3%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,576 kB
  • sloc: cpp: 16,453; ansic: 1,366; python: 131; sh: 52; makefile: 24
file content (28 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (14)
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

/* -- breathe specific styles ----------------------------------------------- */

/* So enum value descriptions are displayed inline to the item */
.breatheenumvalues li tt + p {
  display: inline;
}

/* So parameter descriptions are displayed inline to the item */
.breatheparameterlist li tt + p {
  display: inline;
}

.container .breathe-sectiondef {
  width: inherit;
}

.github-btn {
  border: 0;
  overflow: hidden;
}

.jumbotron {
  background-size: 100% 4px;
  background-repeat: repeat-y;
  color: white;
  text-align: center;
}