/
niceSOFT
/
python3-installer
Обзор
Документация
Войти
/
niceSOFT
/
python3-installer
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.2.1
docs/_static/custom.css
28 строк
455 B
Pradyun Gedam
docs: Add initial documentation
21 июн 2020, 22:22
Не верифицирован
21 июн 2020, 22:22
e23d20a
Код
Авторство
О чём код?
/*** GENERAL ***/ /* Make inline code blocks nicer to look at */ code.literal { border-radius: 0.3em; padding: 0.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; }