fmt/doc/_static/breathe.css
2015-02-05 08:36:46 -08:00

17 lines
377 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 s.breathe-sectiondef {
width: inherit;
}