From: Steinar H. Gunderson Date: Sun, 25 Mar 2012 17:49:28 +0000 (+0200) Subject: Make the scenario box a bit larger. X-Git-Url: https://git.sesse.net/?p=wloh;a=commitdiff_plain;h=2a25bf6e27309d05bb63a8626f8c10bd8095af83 Make the scenario box a bit larger. --- 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;