]> git.sesse.net Git - wloh/blobdiff - www/style.css
Turn tempfile cleanup back on.
[wloh] / www / style.css
index 993a788eee027800e795662a5a46dfb8ebd9e0b9..04c85a46069c1297e16c53f2fb38344dda3bb576 100644 (file)
@@ -17,3 +17,24 @@ td.num {
 .even {
        background-color: #ddd;
 }
+.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;
+}