forked from libsemigroups/libsemigroups
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major improvements to Doxygen output
- Loading branch information
1 parent
4f98abc
commit 3e59709
Showing
6 changed files
with
412 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1195,3 +1195,4 @@ lint: | |
|
||
doc: | ||
cd docs && doxygen | ||
cd docs && ./fixup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#MSearchBox { | ||
width: var(--searchbar-width); | ||
} | ||
|
||
.tabs #MSearchBox { | ||
position: relative; | ||
} | ||
|
||
.github-corner svg { | ||
fill: var(--primary-light-color); | ||
color: var(--page-background-color); | ||
width: 72px; | ||
height: 72px; | ||
} |
Oops, something went wrong.