]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Support navigating in the PVs.
[remoteglot] / www / css / remoteglot.css
index f44c11f53cdc293ed8e92398923c52b3fa2657c9..b0aadab79dffc7c6e39ab948216d252b42e50ad2 100644 (file)
@@ -77,6 +77,9 @@ p {
        width: 100%;
        padding: 0;
 }
        width: 100%;
        padding: 0;
 }
+#hiddenboard {
+       display: none;
+}
 #numviewers {
        display: block;
        width: 100%;
 #numviewers {
        display: block;
        width: 100%;
@@ -113,3 +116,15 @@ p {
                min-width: 0;
        }
 }
                min-width: 0;
        }
 }
+a.move {
+       color: black;
+       text-decoration: none;
+}
+a.move:hover {
+       font-weight: bold;
+       text-decoration: underline;
+}
+
+#linenav {
+       display: none;
+}