diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 22:38:16 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 22:38:16 -0700 |
commit | 2895843a4c698f33dd50da03795c918b6892e504 (patch) | |
tree | 54b1deca6969f79d84c9c9a0951bf9b0a43d134f /source/css/theme.css | |
parent | 16575a031534c4279273525b8c7694f678f87b07 (diff) | |
download | my_new_personal_website-2895843a4c698f33dd50da03795c918b6892e504.tar.xz my_new_personal_website-2895843a4c698f33dd50da03795c918b6892e504.zip |
serve the CC icon locally
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |