doc: fix rendering of multi-breadcrumbed groups
This commit is contained in:
parent
d61be01596
commit
36c7eb9ac8
@ -144,6 +144,9 @@ div.toc-sm li {
|
|||||||
div.ingroups {
|
div.ingroups {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
div.ingroups .el::before {
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
div.header {
|
div.header {
|
||||||
background: none;
|
background: none;
|
||||||
border-bottom: 1px solid #eeeeee;
|
border-bottom: 1px solid #eeeeee;
|
||||||
|
|||||||
@ -139,6 +139,9 @@ div.toc li, div.toc-sm li {
|
|||||||
div.ingroups {
|
div.ingroups {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
div.ingroups .el::before {
|
||||||
|
content: " "
|
||||||
|
}
|
||||||
div.header {
|
div.header {
|
||||||
background: none;
|
background: none;
|
||||||
border-bottom: 1px solid @page-header-border-color;
|
border-bottom: 1px solid @page-header-border-color;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user