breathe.css 540 B

12345678910111213141516171819202122232425262728
  1. /* -- breathe specific styles ----------------------------------------------- */
  2. /* So enum value descriptions are displayed inline to the item */
  3. .breatheenumvalues li tt + p {
  4. display: inline;
  5. }
  6. /* So parameter descriptions are displayed inline to the item */
  7. .breatheparameterlist li tt + p {
  8. display: inline;
  9. }
  10. .container .breathe-sectiondef {
  11. width: inherit;
  12. }
  13. .github-btn {
  14. border: 0;
  15. overflow: hidden;
  16. }
  17. .jumbotron {
  18. background-size: 100% 4px;
  19. background-repeat: repeat-y;
  20. color: white;
  21. text-align: center;
  22. }