From 4b42065e70bbd964aa8dc0997e940c6dc246bf48 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Nov 2017 23:21:22 +0100 Subject: Add new icon to kofi --- common/css/main.css | 1 + common/img/icon_kofi.png | Bin 0 -> 840 bytes 2 files changed, 1 insertion(+) create mode 100644 common/img/icon_kofi.png (limited to 'common') diff --git a/common/css/main.css b/common/css/main.css index 7eb86e8..ae73e30 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -73,6 +73,7 @@ p a:hover{text-decoration: none; color:gray;} #facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #github{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} +#kofi{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_kofi.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} .list{margin-top:10px; margin-left:30px; display: inline-block} #licensebox { width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;} diff --git a/common/img/icon_kofi.png b/common/img/icon_kofi.png new file mode 100644 index 0000000..881a864 Binary files /dev/null and b/common/img/icon_kofi.png differ -- cgit v1.2.3