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

doc: introduce memtitle class

Our doc builder at doc.riot-os.org was updated and now the documentation
looks weird (see http://doc.riot-os.org/group__core__msg.html#gad1353dec9af776d4caf5f4e00cec112e
e.g.). This fixes that.
This commit is contained in:
Martine Lenders 2017-06-21 17:43:25 +02:00
parent c925c5b437
commit cc0c8a1947
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;