Add styles

This commit is contained in:
Victor Zverovich
2014-10-17 07:24:49 -07:00
parent 32392597aa
commit 7d2c3ac0f2
3 changed files with 24 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/* -- 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;
}