2016-02-21 17:09:46 +01:00
|
|
|
.breatheparameterlist li p {
|
2016-02-22 01:09:16 +01:00
|
|
|
display: inline;
|
2016-02-21 17:09:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.breatheenumvalues li p {
|
2016-02-22 01:09:16 +01:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container > dl > dt {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container > dl > dt:before {
|
|
|
|
content: " ▼ ";
|
|
|
|
}
|
|
|
|
|
|
|
|
.container > dl > dt.open:before {
|
|
|
|
content: " ▶ ";
|
|
|
|
}
|
|
|
|
|
|
|
|
.container > dl {
|
|
|
|
margin-bottom: 0 !important; /* Dirty hack */
|
2016-02-21 17:09:46 +01:00
|
|
|
}
|