mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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 {
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.ingroups .el::before {
|
||||
content: " ";
|
||||
}
|
||||
div.header {
|
||||
background: none;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
|
@ -139,6 +139,9 @@ div.toc li, div.toc-sm li {
|
||||
div.ingroups {
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.ingroups .el::before {
|
||||
content: " "
|
||||
}
|
||||
div.header {
|
||||
background: none;
|
||||
border-bottom: 1px solid @page-header-border-color;
|
||||
|
Loading…
Reference in New Issue
Block a user