Forgot to git add so missed a bunch of stuff

This commit is contained in:
KimLS
2017-07-29 00:12:21 -07:00
parent 80f1c65e1c
commit ff13f162ce
59 changed files with 27370 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
/* -- 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;
}