mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
update to v1.8.8
This commit is contained in:
parent
a0a6ad3cf9
commit
98699c983a
36 changed files with 694 additions and 433 deletions
|
@ -1,4 +1,4 @@
|
|||
/* The standard CSS for doxygen 1.11.0*/
|
||||
/* The standard CSS for doxygen 1.13.1*/
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
|
@ -1057,7 +1057,7 @@ table.fieldtable {
|
|||
padding: 3px 7px 2px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname {
|
||||
.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit {
|
||||
white-space: nowrap;
|
||||
border-right: 1px solid #697273;
|
||||
border-bottom: 1px solid #697273;
|
||||
|
@ -1068,6 +1068,12 @@ table.fieldtable {
|
|||
padding-top: 3px;
|
||||
}
|
||||
|
||||
.fieldtable td.fieldinit {
|
||||
padding-top: 3px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.fieldtable td.fielddoc {
|
||||
border-bottom: 1px solid #697273;
|
||||
}
|
||||
|
@ -1416,6 +1422,11 @@ dl.invariant dt, dl.pre dt, dl.post dt {
|
|||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
#side-nav #projectname
|
||||
{
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#projectbrief
|
||||
{
|
||||
font-size: 90%;
|
||||
|
@ -1522,20 +1533,17 @@ div.toc ul {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
div.toc li[class^='level'] {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level1 {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
div.toc li.level2 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level3 {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
div.toc li.level4 {
|
||||
margin-left: 15px;
|
||||
div.toc li.empty {
|
||||
background-image: none;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
span.emoji {
|
||||
|
@ -1806,10 +1814,14 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
|
|||
text-align: center
|
||||
}
|
||||
|
||||
tt, code, kbd, samp
|
||||
tt, code, kbd
|
||||
{
|
||||
display: inline-block;
|
||||
}
|
||||
tt, code, kbd
|
||||
{
|
||||
vertical-align: top;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
u {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue