From f69703825c157b4d0620de1aeb25be5fa1b9751a Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Mon, 27 Oct 2014 14:49:41 +0100 Subject: [PATCH] Improve theme support. --- library.json | 2 +- memory-game.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index f5a9346..1f66f28 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "See how many cards you can remember!", "majorVersion": 1, "minorVersion": 1, - "patchVersion": 0, + "patchVersion": 1, "runnable": 1, "author": "Amendor AS", "license": "MIT", diff --git a/memory-game.css b/memory-game.css index cc8a4a0..9dd0a34 100644 --- a/memory-game.css +++ b/memory-game.css @@ -24,6 +24,8 @@ html .h5p-memory-game > ul { outline: none; position: relative; margin: 1em; + padding: 0; + background: transparent; -webkit-perspective: 400px; -moz-perspective: 400px; perspective: 400px; @@ -175,4 +177,4 @@ html .h5p-memory-game > ul { background: #f0f0f0; width: 100px; height: 100px; -} \ No newline at end of file +}