/
niceSOFT
/
python3-installer
Обзор
Документация
Войти
/
niceSOFT
/
python3-installer
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.6.0
docs/_static/custom.css
29 строк
453 B
Pradyun Gedam
Improve existing documentation content (typos, formatting) (#109)
13 мар 2022, 10:35
Не верифицирован
13 мар 2022, 10:35
74bd5f3
Код
Авторство
О чём код?
/*** GENERAL ***/ /* Make inline code blocks nicer to look at */ code.literal { border-radius: 0.3em; padding: 0em 0.3em; } div.highlight pre { border-radius: 0.2em; padding: 0.75em; margin: 0 -0.5em; } /*** API REFERENCE ***/ /* Space things out properly */ dl > dd:last-child { margin-bottom: 10px; } /* Add a tiny dash of color to names of things */ dt > .property { color: #a02000; } .sig-name, .sig-prename { color: #0066bb; }