mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
60db0e5ef9
This updates `fmt` to the latest version and moves to just being a copy of their repo to make updating easier (no editing their cmake / figuring out which files to minimally include). The motivation for this is now that we switched to C++ 20, there were a ton of deprecated function usages that is going away in future compiler versions. This gets rid of all those warnings.
29 lines
540 B
CSS
Vendored
Generated
29 lines
540 B
CSS
Vendored
Generated
|
|
/* -- breathe specific styles ----------------------------------------------- */
|
|
|
|
/* So enum value descriptions are displayed inline to the item */
|
|
.breatheenumvalues li tt + p {
|
|
display: inline;
|
|
}
|
|
|
|
/* So parameter descriptions are displayed inline to the item */
|
|
.breatheparameterlist li tt + p {
|
|
display: inline;
|
|
}
|
|
|
|
.container .breathe-sectiondef {
|
|
width: inherit;
|
|
}
|
|
|
|
.github-btn {
|
|
border: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.jumbotron {
|
|
background-size: 100% 4px;
|
|
background-repeat: repeat-y;
|
|
color: white;
|
|
text-align: center;
|
|
}
|