From 7d741fa5032525ca777a8f9b1d877db86413b484 Mon Sep 17 00:00:00 2001 From: thomasmars Date: Tue, 13 Dec 2016 10:16:15 +0100 Subject: [PATCH] Reset list-style for list items in action bar. HFP-350 --- styles/h5p.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/h5p.css b/styles/h5p.css index e5c5240..35538c7 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -235,6 +235,7 @@ div.h5p-fullscreen { } .h5p-actions > li { margin: 0; + list-style: none; } .h5p-popup-dialog { position: absolute;