add new format for jsdoc
This commit is contained in:
parent
eeb2b01574
commit
7c96a53766
19 changed files with 2575 additions and 24 deletions
|
@ -93,6 +93,12 @@ div.part > div.desc {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
pre.source {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
div.container-overview > .desc > pre,
|
||||
div.part > pre {
|
||||
margin: 0px;
|
||||
|
@ -194,3 +200,15 @@ h4, h4 a
|
|||
.compact-method * {
|
||||
word-spacing: 0px;
|
||||
}
|
||||
|
||||
h3 > a.title {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h5 {
|
||||
margin-block-start: 0;
|
||||
margin-block-end: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
|
@ -197,7 +197,7 @@ h5, .container-overview .subsection-title
|
|||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
letter-spacing: -0.01em;
|
||||
margin: 8px 0 3px 0;
|
||||
/*margin: 8px 0 3px 0;*/
|
||||
}
|
||||
|
||||
.container-overview > h3 {
|
||||
|
@ -235,6 +235,7 @@ table
|
|||
|
||||
td, th
|
||||
{
|
||||
background-color: #ffffff63;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0px;
|
||||
text-align: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue