fmt/doc/_static/breathe.css

14 lines
321 B
CSS
Raw Normal View History

2014-10-17 14:24:49 +00:00
/* -- 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;
}