summaryrefslogtreecommitdiff
path: root/customdoxygen.css
blob: 1ffd70040dee02fbae38ce4b06372210ff650227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This file overrides css rules generated by doxygen */

body {
    margin: auto;
    width: 99%;
    max-width: 80em;
}

div.fragment {
    padding: 16px;
    margin: 0px 0px 0px 0px;
}