pointcloud/doc/_static/breathe.css
2020-05-14 23:47:32 +02:00

31 lines
560 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;
}
.plugin .admonition-title{
background: #b92938;
}
.plugin .admonition-title::before{
content: '\f1e6';
}
.embed .admonition-title::before{
content: '\f00c';
}
.streamable .admonition-title::before{
content: '\f141';
}