]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Make the design a tad more responsive, courtesy of Mia.
[remoteglot] / www / css / remoteglot.css
index d7592b95f83a54980aacd719b7f946fa679a1149..6cd931a081547186c0cd82089cdc83006a8d9872 100644 (file)
@@ -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;
+}