Fix bullets not appearing on support warnings in native catalog.

This commit is contained in:
ccd0 2015-12-03 22:37:33 -08:00
parent 1dfbd0609b
commit b3d3a5a94a

View File

@ -517,6 +517,7 @@ audio.controls-added {
}
.section-main li {
white-space: pre-line;
list-style: disc;
}
.section-main li:not(:first-of-type) {
margin-top: 4px;