From 2a25bf6e27309d05bb63a8626f8c10bd8095af83 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 25 Mar 2012 19:49:28 +0200 Subject: [PATCH] Make the scenario box a bit larger. --- www/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/style.css b/www/style.css index 7ecad02..04c85a4 100644 --- a/www/style.css +++ b/www/style.css @@ -26,6 +26,13 @@ td.num { .scenario { float: left; padding-left: 1em; + margin: 0; + width: 20em; + height: 15em; +} +.scenario object { + width: 100%; + height: 100%; } .unmarkedlink { color: inherit; -- 2.39.2