From 0a86a8aba37278723138647c4894fd89963195af Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 7 Jul 2018 20:16:03 +0200 Subject: Removed gitter chat --- common/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/css/main.css') 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;} -- cgit v1.2.3