Improve theme support.

pull/6/head
Frode Petterson 2014-10-27 14:49:41 +01:00
parent f4b2801218
commit f69703825c
2 changed files with 4 additions and 2 deletions

View File

@ -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",

View File

@ -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;
}
}