fmt/doc/_static/breathe.css

17 lines
376 B
CSS
Raw Normal View History

2014-10-17 18:24:49 +04:00
/* -- breathe specific styles ----------------------------------------------- */
/* So enum value descriptions are displayed inline to the item */
.breatheenumvalues li tt + p {
2015-02-05 19:36:46 +03:00
display: inline;
2014-10-17 18:24:49 +04:00
}
/* So parameter descriptions are displayed inline to the item */
.breatheparameterlist li tt + p {
2015-02-05 19:36:46 +03:00
display: inline;
2014-10-17 18:24:49 +04:00
}
2015-02-05 19:41:19 +03:00
.container .breathe-sectiondef {
2015-02-05 19:36:46 +03:00
width: inherit;
}