X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/aa293239027484512bba045499c0686d74d7009d..34a0c009755b52cc6d83b80302c4cf911d412a04:/battle.css diff --git a/battle.css b/battle.css index cf7c4d0..bcb8c62 100644 --- a/battle.css +++ b/battle.css @@ -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 {