X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=www%2Fstyle.css;h=04c85a46069c1297e16c53f2fb38344dda3bb576;hb=2d2a3a01f1d6828f37de15bd52a7bae6d64da117;hp=79f4d9d5d9ebce070fd6e452d36e92e4439197c8;hpb=beccc37c94398d34d002a6d9a8a2dde24e8b17f6;p=wloh diff --git a/www/style.css b/www/style.css index 79f4d9d..04c85a4 100644 --- a/www/style.css +++ b/www/style.css @@ -20,3 +20,21 @@ td.num { .lastsync { font-size: smaller; } +.probmatrix { + float: left; +} +.scenario { + float: left; + padding-left: 1em; + margin: 0; + width: 20em; + height: 15em; +} +.scenario object { + width: 100%; + height: 100%; +} +.unmarkedlink { + color: inherit; + text-decoration: inherit; +}