From b3d3a5a94aef176654587ee6acb94dace5dba68f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 3 Dec 2015 22:37:33 -0800 Subject: [PATCH] Fix bullets not appearing on support warnings in native catalog. --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index f180d807f..dcc393617 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -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;