diff --git a/docfiles/providers/managers/core_errors/manager.js b/docfiles/providers/managers/core_errors/manager.js
index c1abb62..1978547 100644
--- a/docfiles/providers/managers/core_errors/manager.js
+++ b/docfiles/providers/managers/core_errors/manager.js
@@ -15,7 +15,7 @@
function CoreErrors() {
/**
* Возвратит перевод названия и описания для ошибки.
- *
+ *
*
* Пример
* ```javascript
diff --git a/templates/initi/static/styles/common.css b/templates/initi/static/styles/common.css
index 5fa1d36..01ce9c6 100644
--- a/templates/initi/static/styles/common.css
+++ b/templates/initi/static/styles/common.css
@@ -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 * {