X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=b0aadab79dffc7c6e39ab948216d252b42e50ad2;hp=f44c11f53cdc293ed8e92398923c52b3fa2657c9;hb=f662b895fc40db21c3d667b16e5a8f2d3f55dfd7;hpb=ede960749ac60470a75bda41d0121eb055ce2905 diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index f44c11f..b0aadab 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -77,6 +77,9 @@ p { width: 100%; padding: 0; } +#hiddenboard { + display: none; +} #numviewers { display: block; width: 100%; @@ -113,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; +}