list last three match results
[sc2-widget] / battle.css
index cf7c4d0b255246be6f990122527bc02d9136a270..bcb8c620c444b0eb414347116a33502c5e6645e0 100644 (file)
@@ -134,6 +134,15 @@ li, li img {
        background-position: -100px -150px;
 }
 
+.loss:before {
+       color: #C11;
+       content: '✘';
+}
+.win:before {
+       color: #297ACC;
+       content: '✔';
+}
+
 .old {
        text-decoration: line-through;
 }
@@ -153,6 +162,9 @@ body {
 .ladders {
        grid-row: 3;
 }
+.matches {
+       grid-column: 1;
+}
 
 @media (min-width: 576px) {
        .members {