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:
parent
c925c5b437
commit
cc0c8a1947
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user