добавил примеры по работе с деревьями

This commit is contained in:
Aleksey Chichenkov 2018-09-25 19:04:11 +03:00
parent 73f3735bb6
commit 59d791e97f
12 changed files with 446 additions and 22 deletions

View file

@ -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;
}