mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-27 19:50:31 +00:00
17 lines
376 B
CSS
17 lines
376 B
CSS
|
|
/* -- 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;
|
|
}
|