Fix font-size, it's odd and inconsistent in the theme
This commit is contained in:
parent
4afac3f5ab
commit
4609a88230
|
@ -13,6 +13,9 @@ ul.subnav ul.subnav span {
|
||||||
padding-left: 1.3em;
|
padding-left: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
@ -30,6 +33,9 @@ code {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
}
|
}
|
||||||
|
table.docutils td code {
|
||||||
|
font-size: 100%;
|
||||||
|
}
|
||||||
.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
|
.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|
Loading…
Reference in New Issue