diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-10 12:55:00 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-10 12:55:00 -0500 |
commit | 3ea068693fab138766f9b5167c0a4f58a523f20b (patch) | |
tree | 1cccbf41a7cc689644247fe9a397bbbf16883f66 | |
parent | e445935f646afababe75b84598ec7783321e57cb (diff) |
Store the Twitter icon locally.
-rw-r--r-- | plugins.d/statusnetwidget.scss | 2 | ||||
-rw-r--r-- | theme.mk | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/plugins.d/statusnetwidget.scss b/plugins.d/statusnetwidget.scss index ddc5e2a..431939f 100644 --- a/plugins.d/statusnetwidget.scss +++ b/plugins.d/statusnetwidget.scss @@ -1,7 +1,7 @@ .widget_statusnetwidget { background: #CCCCBB; h3 { - background: url('https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png') no-repeat left center; + background: url('twitter.png') no-repeat left center; padding-left: 24px; } } @@ -9,6 +9,9 @@ srcfiles = \ content-single.php \ sidebar-index.php -targets = style.css header.php index.php single.php +targets = style.css header.php index.php single.php twitter.png style.css: twentyeleven-fix.scss plugins.d/statusnetwidget.scss + +twitter.png: + $(WGET) $(WGETFLAGS) 'https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png' $(WGET_OUTFLAG) $@ |