X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=b0aadab79dffc7c6e39ab948216d252b42e50ad2;hp=186ef1f3bb2219e6a71fda80da40ece5b97dc206;hb=071760a7bd1a175ebe9c77b460b8d0f654eeee48;hpb=35c3d5a5717df69ce7ce349d5e91fa93ba32cd0c diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index 186ef1f..b0aadab 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -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; +}