]> git.sesse.net Git - wloh/blobdiff - www/style.css
Do not show cheaters in the rating list.
[wloh] / www / style.css
index 79f4d9d5d9ebce070fd6e452d36e92e4439197c8..04c85a46069c1297e16c53f2fb38344dda3bb576 100644 (file)
@@ -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;
+}