diff options
author | David Robillard <d@drobilla.net> | 2019-07-25 17:52:22 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-25 17:52:22 +0200 |
commit | 04a70c3b077bb053996c010f895dee3d806c87cd (patch) | |
tree | c559c8542d02e3c74db784e909e23c71df5020cb /doc/style.css | |
parent | d7aa5c73f0d99fb0701452b5a3b824ba7eac8ca6 (diff) | |
download | serd-04a70c3b077bb053996c010f895dee3d806c87cd.tar.gz serd-04a70c3b077bb053996c010f895dee3d806c87cd.tar.bz2 serd-04a70c3b077bb053996c010f895dee3d806c87cd.zip |
Make documentation build with Doxygen 1.8.13
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css index 52fdc05b..fa366afc 100644 --- a/doc/style.css +++ b/doc/style.css @@ -703,6 +703,11 @@ th { padding: 0.125em; } +#navrow1 { + /* Disable menu from Doxygen 1.8.15, it is faked in the template */ + display: none; +} + /* tabs*/ .tablist { |