diff options
| author | Ray San <raysan5@gmail.com> | 2017-02-09 18:13:23 +0100 |
|---|---|---|
| committer | Ray San <raysan5@gmail.com> | 2017-02-09 18:13:23 +0100 |
| commit | 42d5e3bd24afe53097dfb4dcbedbe43dc24a4f88 (patch) | |
| tree | a5657443d5e547fa894b0700dc67ff0070bb810d /docs/common/css | |
| parent | 836c1636a2b5d7779c69cbb633a9ac690d54ef90 (diff) | |
| download | raylib-42d5e3bd24afe53097dfb4dcbedbe43dc24a4f88.tar.gz raylib-42d5e3bd24afe53097dfb4dcbedbe43dc24a4f88.zip | |
[web] Added new social networks
Replaced tabs by spaces
Diffstat (limited to 'docs/common/css')
| -rw-r--r-- | docs/common/css/main.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/common/css/main.css b/docs/common/css/main.css index dd014629..7eb86e87 100644 --- a/docs/common/css/main.css +++ b/docs/common/css/main.css @@ -61,8 +61,10 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:300px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:372px; 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;} #twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} #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;} |
