From: Mischa POSLAWSKY Date: Wed, 1 May 2019 22:31:01 +0000 (+0200) Subject: implement images of missing ranks X-Git-Tag: v0.2~7 X-Git-Url: http://git.shiar.nl/sc2-widget/commitdiff_plain/5f49ce1dcf2041ed0792283f8f49521fbdddc562 implement images of missing ranks --- diff --git a/battle.css b/battle.css index bed4a6e..8b0490d 100644 --- a/battle.css +++ b/battle.css @@ -99,6 +99,9 @@ li, li img { content: ''; vertical-align: middle; } +.rank.bronze:before { + background-image: url("https://static.starcraft2.com/dist/images/bronze.249b7eee2d0c53c60a15403ded9bdc7c.png"); +} .rank.silver:before { background-image: url("https://static.starcraft2.com/dist/images/silver.57bb73a131314d657135d2acf533d5e5.png"); } @@ -114,6 +117,9 @@ li, li img { .rank.master:before { background-image: url("https://static.starcraft2.com/dist/images/master.51c47057b8cee504613a87cd84fba16b.png"); } +.rank.grandmaster:before { + background-image: url("https://static.starcraft2.com/dist/images/grandmaster.d2ab9065434e8fa4042d30e5010df5f9.png"); +} .ladders { float: right;