2014-10-17 07:24:49 -07:00
|
|
|
|
|
|
|
/* -- breathe specific styles ----------------------------------------------- */
|
|
|
|
|
|
|
|
/* So enum value descriptions are displayed inline to the item */
|
|
|
|
.breatheenumvalues li tt + p {
|
2015-02-05 08:36:46 -08:00
|
|
|
display: inline;
|
2014-10-17 07:24:49 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
/* So parameter descriptions are displayed inline to the item */
|
|
|
|
.breatheparameterlist li tt + p {
|
2015-02-05 08:36:46 -08:00
|
|
|
display: inline;
|
2014-10-17 07:24:49 -07:00
|
|
|
}
|
|
|
|
|
2015-02-05 08:41:19 -08:00
|
|
|
.container .breathe-sectiondef {
|
2015-02-05 08:36:46 -08:00
|
|
|
width: inherit;
|
|
|
|
}
|
2015-03-09 07:37:27 -07:00
|
|
|
|
|
|
|
.github-btn {
|
|
|
|
border: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jumbotron {
|
|
|
|
background-size: 100% 4px;
|
|
|
|
background-repeat: repeat-y;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
}
|