Minor formatting fix in documentation

Regenerated documentation using new Doxygen.
This commit is contained in:
Adam Sawicki 2020-10-15 15:04:12 +02:00
parent 89d9e75299
commit 3528e2aed3
174 changed files with 16650 additions and 16528 deletions

View file

@ -1,4 +1,4 @@
/* The standard CSS for doxygen 1.8.18 */
/* The standard CSS for doxygen 1.8.20 */
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
@ -66,7 +66,7 @@ p.startli, p.startdd {
margin-top: 2px;
}
th p.starttd, p.intertd, p.endtd {
th p.starttd, th p.intertd, th p.endtd {
font-size: 100%;
font-weight: 700;
}
@ -1358,10 +1358,12 @@ dl.citelist dt {
font-weight:bold;
margin-right:10px;
padding:5px;
text-align:right;
width:52px;
}
dl.citelist dd {
margin:2px 0;
margin:2px 0 2px 72px;
padding:5px 0;
}