1
0
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:
Martine Lenders 2017-07-03 17:05:54 +02:00
parent d61be01596
commit 36c7eb9ac8
No known key found for this signature in database
GPG Key ID: 8E97A9FE55F25D62
2 changed files with 6 additions and 0 deletions

View File

@ -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;

View File

@ -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;