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 {
|
.navpath li.navelem a {
|
||||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
.memtitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.memitem {
|
.memitem {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
|
|||||||
@ -266,6 +266,9 @@ table.directory {
|
|||||||
.navpath li.navelem a {
|
.navpath li.navelem a {
|
||||||
font-family: @font-family-base;
|
font-family: @font-family-base;
|
||||||
}
|
}
|
||||||
|
.memtitle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.memitem {
|
.memitem {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background-color: @panel-bg;
|
background-color: @panel-bg;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user