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:
commit
5e0150c3ad
@ -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