[FIX] toctree, fix headings margins and font-size

This commit is contained in:
stefanorigano 2015-10-14 15:56:26 +02:00 committed by Martin Trigaux
parent 5b90b4968e
commit fc707ce800

View File

@ -206,6 +206,10 @@ main.index .toctree-wrapper{
} }
} }
article.doc-toc .toctree-wrapper > ul > li > span {
display: block;
font-size: 28px;
}
.code-fields{ .code-fields{
display: table; display: table;