File: breathe.css

package info (click to toggle)
pyhst2 2020c-7
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 13,540 kB
  • sloc: ansic: 11,807; python: 9,708; cpp: 6,786; makefile: 152; sh: 31
file content (11 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/* -- 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;
} */