From 330b7cfa0c9b1b3e80ec59e5973f1be82faa14aa Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 24 Nov 2017 19:57:32 +0100 Subject: Added Gitter link and icon --- common/css/main.css | 1 + common/img/icon_gitter.png | Bin 0 -> 1272 bytes 2 files changed, 1 insertion(+) create mode 100644 common/img/icon_gitter.png (limited to 'common') diff --git a/common/css/main.css b/common/css/main.css index 1045295..d714996 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -70,6 +70,7 @@ p a:hover{text-decoration: none; color:gray;} #itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} +#gitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_gitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #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;} diff --git a/common/img/icon_gitter.png b/common/img/icon_gitter.png new file mode 100644 index 0000000..4bb2d86 Binary files /dev/null and b/common/img/icon_gitter.png differ -- cgit v1.2.3