]> git.sesse.net Git - remoteglot/blobdiff - www/css/remoteglot.css
Add a sparkline/bar display for score history.
[remoteglot] / www / css / remoteglot.css
index 0931e9ac162c92cfd516b551cd0001d556a5cdc0..2be984091696df3cfa1ebae0bf991d8ffa072cdf 100644 (file)
@@ -5,10 +5,23 @@ h3 {
        margin-top: 1em;
        margin-bottom: 0;
 }
-#score {
+#scorecontainer {
        font-size: x-large;
        margin-top: 0;
 }
+#score {
+       float: left;
+}
+#scoresparkcontainer {
+       overflow: hidden;
+}
+#scorespark {
+       margin-left: 0.5em;
+       margin-right: 0.5em;
+}
+#pvcontainer {
+       clear: left;
+}
 .window {
        position: absolute;    
        width: 0px;