X-Git-Url: http://git.shiar.nl/sc2-widget/blobdiff_plain/fdbf8374c45ccb5630334cb5aedb75eef0f82ac0..82977cdaf6a7b9f8c11266424efb6f6e97cea4e7:/battle.css diff --git a/battle.css b/battle.css index 194bf84..6fbf215 100644 --- a/battle.css +++ b/battle.css @@ -12,7 +12,7 @@ h1 { margin-top: 0; } h1:before { - background: url('https://static.starcraft2.com/dist/images/global/logos/img-sc2-nav-icon.png') no-repeat; + background: url(sc2icon.png) no-repeat; width: 50px; height: 50px; display: inline-block; @@ -134,6 +134,13 @@ li, li img { background-position: -100px -150px; } +.old { + text-decoration: line-through; +} +.old:before { + opacity: .5; +} + .ladders li { float: none; margin-right: 0;