From 06b0ecaa20d742d73871df36eef40f60e8ce4e4f Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 26 Feb 2014 10:59:53 +0100 Subject: [PATCH] HFJ-170: Removed question padding. Removed unused outdated content example. Conflicts: example_content/boardgame/H5P.Boardgame/library.json example_content/boardgame/H5P.QuestionSet/library.json --- css/questionset.css | 3 +-- library.json | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index 0f6bf83..e63b276 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -30,7 +30,6 @@ } .h5p-multichoice > .h5p-question { text-align: left; - padding: 0.5em 0.5em 0.4em; margin: 0.5em 0.5em 0.7em; background: rgba(255, 255, 255, 0.9); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6FFFFFF,endColorstr=#e6FFFFFF); @@ -244,4 +243,4 @@ font-style: normal; color: #6aa81b; text-align: left; -} \ No newline at end of file +} diff --git a/library.json b/library.json index 4e2bf6b..d42f9db 100644 --- a/library.json +++ b/library.json @@ -4,6 +4,7 @@ "majorVersion": 1, "minorVersion": 0, "patchVersion": 39, + "patchVersion": 42, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet",