mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
14 lines
321 B
CSS
14 lines
321 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;
|
||
|
}
|
||
|
|