From 55800efe3f44007544953996a7aeaa8971673d58 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 20 Sep 2018 20:42:24 +0000 Subject: [PATCH 1/2] Fix inline images, only award to extant teams --- res/basic.css | 7 +++++++ res/puzzle.html | 21 ++++++++++++++------- src/instance.go | 7 ++++++- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/res/basic.css b/res/basic.css index a8a856e..644054c 100644 --- a/res/basic.css +++ b/res/basic.css @@ -46,3 +46,10 @@ nav li, .category li { display: inline; margin: 1em; } +iframe#body { + border: inherit; + width: 100%; +} +img { + max-width: 100%; +} \ No newline at end of file diff --git a/res/puzzle.html b/res/puzzle.html index 2f73ceb..cb68e8e 100644 --- a/res/puzzle.html +++ b/res/puzzle.html @@ -7,10 +7,16 @@