]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Fix a bug where “next move” would not work.
[remoteglot] / www / css / remoteglot.css
index 186ef1f3bb2219e6a71fda80da40ece5b97dc206..b0aadab79dffc7c6e39ab948216d252b42e50ad2 100644 (file)
@@ -39,6 +39,11 @@ td {
 p {
        margin-top: 0;
 }
+#sortbyscoreholder {
+       font-size: smaller;
+       margin: 0;
+       font-style: italic;
+}
 #refutationlines {
        font-size: smaller;
 }
@@ -72,6 +77,9 @@ p {
        width: 100%;
        padding: 0;
 }
+#hiddenboard {
+       display: none;
+}
 #numviewers {
        display: block;
        width: 100%;
@@ -108,3 +116,15 @@ p {
                min-width: 0;
        }
 }
+a.move {
+       color: black;
+       text-decoration: none;
+}
+a.move:hover {
+       font-weight: bold;
+       text-decoration: underline;
+}
+
+#linenav {
+       display: none;
+}