
- Consistent background color in all types of codes - Improve dd (list item) padding - Link to Index in global TOC in navbar - Briefly describe Instaloader in `index.html` title - Remove page contents (navbartoc) in index, genindex and installation - Link to new pypi.org rather than old pypi.python.org
13 lines
130 B
CSS
13 lines
130 B
CSS
code {
|
|
color: #222;
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
dd {
|
|
padding-left: 8px;
|
|
}
|
|
|
|
dl.option dd {
|
|
padding-left: 12px;
|
|
}
|