From 4eb75ce46274e00e645d304b70adb2141aab00c0 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 13 May 2014 10:04:25 +0200 Subject: [PATCH] Updated README and CSS. --- README.md | 2 +- memory-game.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a096c8..fe96709 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ H5P Memory Game ========== -Test your users with memory games. +Create your own memory games and test the memory of your site users with this simple yet beautiful HTML5 game. ## License diff --git a/memory-game.css b/memory-game.css index 11f7424..5aed6ce 100644 --- a/memory-game.css +++ b/memory-game.css @@ -116,6 +116,7 @@ html .h5p-memory-game > ul { clear: both; float: right; line-height: 1.5em; + margin-right: 1em; font-size: 2em; visibility: hidden; -webkit-transform: scale(0,0) rotate(90deg); @@ -136,6 +137,7 @@ html .h5p-memory-game > ul { .h5p-memory-game .h5p-status { clear: left; + padding: 0 1em; } .h5p-memory-game .h5p-status > dt { float: left;