mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
31 lines
560 B
CSS
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';
|
|
}
|