From: Mischa POSLAWSKY Date: Sat, 11 May 2019 14:19:17 +0000 (+0200) Subject: track starcraft icon image locally X-Git-Tag: v0.3~4 X-Git-Url: http://git.shiar.nl/sc2-widget/commitdiff_plain/9288257dc6aa6043bce328046e7f32f8848089e6 track starcraft icon image locally Download remaining file (dated 2017-11-02) similar to previous commit. --- diff --git a/battle.css b/battle.css index 194bf84..2624af4 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; diff --git a/sc2icon.png b/sc2icon.png new file mode 100644 index 0000000..5f247f0 Binary files /dev/null and b/sc2icon.png differ