HFJ-50: Use border-box to keep padding within size.

pull/1/head
Frank Ronny Larsen 2013-11-20 10:58:00 +01:00
parent 0f371320f7
commit d5e7207e5b
2 changed files with 3 additions and 1 deletions

View File

@ -167,6 +167,8 @@
background: rgba(255, 255, 255, 0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
padding: 0.625em;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.questionset-results .greeting {

View File

@ -3,7 +3,7 @@
"contentType": "question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 35,
"patchVersion": 36,
"runnable": 1,
"fullscreen": 0,
"machineName": "H5P.QuestionSet",