diff options
Diffstat (limited to 'cmake/Doxygen.extra.css.in')
-rw-r--r-- | cmake/Doxygen.extra.css.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cmake/Doxygen.extra.css.in b/cmake/Doxygen.extra.css.in new file mode 100644 index 000000000..022974fac --- /dev/null +++ b/cmake/Doxygen.extra.css.in @@ -0,0 +1,14 @@ +/* increase vertical space */ +#titlearea, #nav-path { + display: none; + height: 0px; +} + + +/* uncomment these lines for some extra vertical space */ + +/* +.tablist li { + line-height: 26px; +} +*/ |