summaryrefslogtreecommitdiffhomepage
path: root/common/css/main.css
diff options
context:
space:
mode:
authorRay <[email protected]>2017-11-09 23:21:22 +0100
committerRay <[email protected]>2017-11-09 23:21:22 +0100
commit4b42065e70bbd964aa8dc0997e940c6dc246bf48 (patch)
treee385d7994a17a4b5be9473c5ee8231be4b409705 /common/css/main.css
parentd27a373c8f23071f5f463552b0c056a38aaed4b2 (diff)
downloadraylib.com-4b42065e70bbd964aa8dc0997e940c6dc246bf48.tar.gz
raylib.com-4b42065e70bbd964aa8dc0997e940c6dc246bf48.zip
Add new icon to kofi
Diffstat (limited to 'common/css/main.css')
-rw-r--r--common/css/main.css1
1 files changed, 1 insertions, 0 deletions
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;}