добавил примеры по работе с деревьями
This commit is contained in:
parent
73f3735bb6
commit
59d791e97f
12 changed files with 446 additions and 22 deletions
|
@ -58,6 +58,19 @@
|
|||
.full-method > div.short > .param .type .name {}
|
||||
.full-method > div.short > .param .type .right-quad-bracket {}
|
||||
|
||||
.params-example {
|
||||
padding-left: 10px;
|
||||
padding-top: 10px;
|
||||
box-sizing: border-box;
|
||||
font-size: 14px !important;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.params-example > pre {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.params-desc {
|
||||
padding-left: 10px;
|
||||
padding-top: 10px;
|
||||
|
@ -71,4 +84,18 @@
|
|||
|
||||
.params-desc > .parameter {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.description blockquote {
|
||||
-webkit-margin-before: 0;
|
||||
-webkit-margin-after: 0;
|
||||
}
|
||||
|
||||
.description blockquote p {
|
||||
-webkit-margin-before: 0;
|
||||
-webkit-margin-after: 0;
|
||||
}
|
||||
|
||||
.description blockquote br {
|
||||
height: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue