Commit 4609a882 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix font-size, it's odd and inconsistent in the theme

parent 4afac3f5
......@@ -13,6 +13,9 @@ ul.subnav ul.subnav span {
padding-left: 1.3em;
}
body {
font-size: 100%;
}
p {
line-height: 20px;
margin-bottom: 16px;
......@@ -30,6 +33,9 @@ code {
font-size: 85%;
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 {
line-height: 20px;
margin-bottom: 16px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment