diff options
| author | raysan5 <[email protected]> | 2018-04-01 23:25:23 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-04-01 23:25:23 +0200 |
| commit | 1ba82e8f833948bfb0079abb29ac2282ca04a4e7 (patch) | |
| tree | 8ce6d35d9c9c99fdc715bf54acdfb1661cbccae5 /common | |
| parent | df1549ec2e5b9ef096c72b8598ca08b022355e2f (diff) | |
| download | raylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.tar.gz raylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.zip | |
Added discord icon
Diffstat (limited to 'common')
| -rw-r--r-- | common/css/main.css | 3 | ||||
| -rw-r--r-- | common/img/icon_discord.png | bin | 0 -> 2127 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/common/css/main.css b/common/css/main.css index d714996..8280a1b 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -61,7 +61,7 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:410px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:450px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } #social a:hover{ background-position: 0 -36px;} #youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} @@ -75,6 +75,7 @@ p a:hover{text-decoration: none; color:gray;} #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;} +#discord{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_discord.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_discord.png b/common/img/icon_discord.png Binary files differnew file mode 100644 index 0000000..1660f38 --- /dev/null +++ b/common/img/icon_discord.png |
