• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2/* -- breathe specific styles ----------------------------------------------- */
3
4/* So enum value descriptions are displayed inline to the item */
5.breatheenumvalues li tt + p {
6  display: inline;
7}
8
9/* So parameter descriptions are displayed inline to the item */
10.breatheparameterlist li tt + p {
11  display: inline;
12}
13
14.container .breathe-sectiondef {
15  width: inherit;
16}
17
18.github-btn {
19  border: 0;
20  overflow: hidden;
21}
22
23.jumbotron {
24  background-size: 100% 4px;
25  background-repeat: repeat-y;
26  color: white;
27  text-align: center;
28}
29