X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=www%2Fcss%2Fremoteglot.css;h=6cd931a081547186c0cd82089cdc83006a8d9872;hp=d7592b95f83a54980aacd719b7f946fa679a1149;hb=1ce57711382bbfd12a23afb6f87c8452fb0f4ecc;hpb=799c4b5cbf8c8aac97c3dbb8c36a1f06aa5e1220 diff --git a/www/css/remoteglot.css b/www/css/remoteglot.css index d7592b9..6cd931a 100644 --- a/www/css/remoteglot.css +++ b/www/css/remoteglot.css @@ -1,6 +1,10 @@ body { font-family: sans-serif; } +h3 { + margin-top: 1em; + margin-bottom: 0; +} .window { position: absolute; width: 0px; @@ -53,3 +57,14 @@ p { .black-3c85d.nonuglyhighlight { background-color: #9ab6a6; } +#board { + display: block; + float: left; + width: 400px; + height: 400px; +} +#analysis { + display: block; + min-width: 400px; + overflow: hidden; +}