1
0
Ответвление 0

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

Этот коммит содержится в:
Aleksey Chichenkov 2018-09-25 19:04:11 +03:00
родитель 73f3735bb6
коммит 59d791e97f
12 изменённых файлов: 446 добавлений и 22 удалений

Просмотреть файл

@ -87,11 +87,12 @@ var replace_type_def = function(_ln){
return link;
}
// старый кусок говна :D
var replace_enters_to_br = function(_str){
var out = _str;
while(out.match("\n")) out = out.replace("\n", "<br>");
// var out = _str;
// while(out.match("\n")) out = out.replace("\n", "<br>");
return out;
return _str;
};
module.exports = {

Просмотреть файл

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

Просмотреть файл

@ -67,6 +67,11 @@
min-width: initial;
}
.full-method > .description > p {
margin-top: 0;
margin-bottom: 0;
}
.parameter > .description > p {
margin-top: 0;
margin-bottom: 0;