From 2895843a4c698f33dd50da03795c918b6892e504 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 22:38:16 -0700 Subject: serve the CC icon locally --- source/css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index 220d8e50..645bfe50 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -102,7 +102,7 @@ footer .cc-icon { height: 16px; padding: 0 4px; display: inline-block; - background-image: url("http://mirrors.creativecommons.org/presskit/icons/cc.svg"); + background-image: url("/img/cc-16.png"); background-repeat: no-repeat; background-position: center; background-size: 16px; -- cgit v1.2.1