Criterion/doc/_static/style.css

26 lines
368 B
CSS
Raw Permalink Normal View History

2016-02-21 17:09:46 +01:00
.breatheparameterlist li p {
display: inline;
2016-02-21 17:09:46 +01:00
}
.breatheenumvalues li p {
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
}