* Put fmt into version agnostic subdir * Add fmt to dependency update script * Remove manually added fmt * Squashed 'third_party/fmt/' content from commit e69e5f977 git-subtree-dir: third_party/fmt git-subtree-split: e69e5f977d458f2650bb346dadf2ad30c5320281
29 lines
540 B
CSS
29 lines
540 B
CSS
|
|
/* -- 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;
|
|
}
|