]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Fix visualization of Chess960 moves where the king does not move.
[remoteglot] / www / css / remoteglot.css
index 6232f063ddf3899c9ace8627b032d1cedd843adf..09b6b089cee4884d7bbcff3eab857d37c4efafd4 100644 (file)
@@ -1,6 +1,9 @@
 body {
        font-family: sans-serif;
 }
+h1 {
+       margin-top: 0em;
+}
 h3 {
        margin-top: 1em;
        margin-bottom: 0;
@@ -175,3 +178,20 @@ a.move:hover {
 #linenav {
        display: none;
 }
+#lomonosov {
+       display: none;
+}
+
+#games {
+       font-size: smaller;
+       margin-bottom: 0.5em;
+}
+.game {
+       padding: 0.25em 1em 0.25em 1em;
+       margin: 0;
+       background: #eee;
+       border-right: 1px solid #bbb;
+}
+.game:last-of-type {
+       border-right: none;
+}