This commit is contained in:
Aleksey Chichenkov 2019-03-19 15:09:29 +03:00
parent b242cef027
commit 08a937b89f
2 changed files with 10 additions and 5 deletions

View File

@ -15,7 +15,7 @@
function CoreErrors() {
/**
* Возвратит перевод названия и описания для ошибки.
* <br>
*
* <br>
* Пример
* ```javascript

View File

@ -6,8 +6,7 @@ div.min-methods{
font-weight: bold;
}
div.compact-method > .name,
div.compact-method > .name a,
div.container-overview > span.name,
div.container-overview > span.name a,
div.min-methods > .title,
@ -16,6 +15,11 @@ div.full-method > .title span
font-size: 24px;
}
div.compact-method > .name,
div.compact-method > .name a {
font-size: 16px;
}
.name, .signature {
font-family: Consolas, Monaco, 'Andale Mono', monospace;
color: #d85a00;
@ -43,7 +47,7 @@ span.access,
dl.article-sub-classes a,
ul.extends li a
{
font-size: 20px;
font-size: 16px;
}
.param .gap {
@ -179,11 +183,12 @@ h4, h4 a
}
.access {
min-width: 60px;
min-width: 30px;
}
.compact-method {
word-spacing: 8px;
padding-left: 30px;
}
.compact-method * {