]> git.sesse.net Git - remoteglot-book/blobdiff - www/css/remoteglot.css
Show a game summary instead of the entire PGN.
[remoteglot-book] / www / css / remoteglot.css
index bbd9b707880d44a2fc736663817a2da8527b6c26..f8d99ba9ed6e76469ad8d421afb139f2214e75f2 100644 (file)
@@ -94,6 +94,10 @@ p {
        width: auto;
        text-align: center;
 }
+#gamesummary {
+       width: 100%;
+       text-align: center;
+}
 #whiteclock {
        float: left;
        width: 20%;
@@ -113,10 +117,6 @@ p {
        min-width: 400px;
        overflow: hidden;
 }
-#rootgame {
-       white-space: pre;
-       font-family: monospace;
-}
 
 /* If the board is too wide for the screen, shrink it to fit,
  * and then put the analysis below. */