From e308d4a69e3a0a888116f9a1d2db7e6a1cb29125 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Mon, 23 Jan 2017 14:45:55 +0100 Subject: [PATCH] Help avoid markup for list items --- memory-game.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memory-game.css b/memory-game.css index 2e61518..87f96a6 100644 --- a/memory-game.css +++ b/memory-game.css @@ -29,6 +29,9 @@ .h5p-memory-game .h5p-memory-wrap { float: left; text-align: center; + background-image: none !important; + margin: 0 !important; + padding: 0 !important; } .h5p-memory-game .h5p-memory-card { display: inline-block;