diff options
| author | raysan5 <[email protected]> | 2018-07-07 20:16:03 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-07-07 20:16:03 +0200 |
| commit | 0a86a8aba37278723138647c4894fd89963195af (patch) | |
| tree | 4021b3cb1bcdb80b19adcfe3d368fd6531866533 | |
| parent | 973ac50e3d911c5648d25e7330c2ee2080896a13 (diff) | |
| download | raylib.com-0a86a8aba37278723138647c4894fd89963195af.tar.gz raylib.com-0a86a8aba37278723138647c4894fd89963195af.zip | |
Removed gitter chat
| -rw-r--r-- | common/css/main.css | 2 | ||||
| -rw-r--r-- | examples.html | 1 | ||||
| -rw-r--r-- | games.html | 1 | ||||
| -rw-r--r-- | helpme.html | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | license.html | 1 |
6 files changed, 1 insertions, 6 deletions
diff --git a/common/css/main.css b/common/css/main.css index 8280a1b..62f9810 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:450px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:420px; 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;} diff --git a/examples.html b/examples.html index e7d484e..e603ff5 100644 --- a/examples.html +++ b/examples.html @@ -50,7 +50,6 @@ <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> - <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a> </div> <div class="menu"> @@ -50,7 +50,6 @@ <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> - <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a> </div> <div class="menu"> diff --git a/helpme.html b/helpme.html index 803ca26..348c7fb 100644 --- a/helpme.html +++ b/helpme.html @@ -41,7 +41,6 @@ <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> - <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a> </div> <div class="menu"> @@ -67,7 +67,6 @@ <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> - <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a> </div> <div class="menu"> diff --git a/license.html b/license.html index 1e5e144..6d3c09a 100644 --- a/license.html +++ b/license.html @@ -41,7 +41,6 @@ <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> - <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a> </div> <div class="menu"> |
