fmt/doc/_static/breathe.css
Victor Zverovich ecd1559732 Improve styles
2024-05-27 07:05:53 -07:00

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;
}