Skip to content

Commit

Permalink
removing doxygen artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Aug 8, 2023
1 parent 34f4913 commit 4f69336
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doxyconfig/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,23 @@
* - correct spacing issue in lists inside doxygen @throws tags
* - increase code snippet font size (div.line)
* - increase code snippet inside padding (div.fragment)
*
* Edited by @TysonJones, 8th Aug 2023, to
* - remove "Toggle menu visibility" injected by newer doxygen
*/

h1, .h1, h2, .h2, h3, .h3{
font-weight: 200 !important;
}

/* hide bizarre "Toggle menu visibility" injected by newer doxygen */
#main-menu-state {
display: none;
}
.main-menu-btn {
display: none;
}

.sm-dox a span.sub-arrow {
position: absolute;
top: 50%;
Expand Down

0 comments on commit 4f69336

Please sign in to comment.