diff options
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 { |