mirror of
https://github.com/elyby/docs.git
synced 2025-05-31 14:11:48 +05:30
Изменения, направленные на лучший опыт разработки:
- зависимости вынесены в requirements.txt - добавлена поддержка sphinx-autobuild - исправлено кодирование русских символов в файле конфигурации - мелкие правки шаблона
This commit is contained in:
@@ -4,7 +4,7 @@ body {
|
||||
background: #ebe8e1!important;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, legend {
|
||||
h1, h2, h3, h4, h5, h6, legend, .wy-side-nav-search > a, .wy-nav-top a {
|
||||
font-family: "Roboto Condensed", "Roboto Slab", sans-serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
@@ -20,9 +20,18 @@ h1, h2, h3, h4, h5, h6, legend {
|
||||
|
||||
.wy-nav-side {
|
||||
background-color: #232323;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.wy-table-responsive table td,
|
||||
.wy-table-responsive table th {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.wy-side-nav-search > a {
|
||||
font-size: 21px;
|
||||
}
|
||||
|
||||
.wy-nav-top {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user