1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #7219 from miri64/doc/fix/memtitle-1.8.13

doc: introduce memtitle CSS class
This commit is contained in:
Martine Lenders 2017-06-25 13:58:10 +02:00 committed by GitHub
commit 5e0150c3ad
2 changed files with 6 additions and 0 deletions

View File

@ -279,6 +279,9 @@ table.directory {
.navpath li.navelem a {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.memtitle {
display: none;
}
.memitem {
margin-bottom: 20px;
background-color: #ffffff;

View File

@ -266,6 +266,9 @@ table.directory {
.navpath li.navelem a {
font-family: @font-family-base;
}
.memtitle {
display: none;
}
.memitem {
margin-bottom: 20px;
background-color: @panel-bg;