]> git.sesse.net Git - wloh/commitdiff
Make the scenario box a bit larger.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Mar 2012 17:49:28 +0000 (19:49 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 25 Mar 2012 17:49:28 +0000 (19:49 +0200)
www/style.css

index 7ecad0201ebd216e4eddd20888a89203ed100000..04c85a46069c1297e16c53f2fb38344dda3bb576 100644 (file)
@@ -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;