From a7ab31f95fe8a3802f19341496eef97e34bfa23c Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 15:01:50 +0200 Subject: [PATCH] first --- frontend/web/css/site.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css index c31b2a5..9ae1217 100644 --- a/frontend/web/css/site.css +++ b/frontend/web/css/site.css @@ -1145,8 +1145,9 @@ select{ color:#555; } .social ul{ - display:block; - margin:0;padding:0; + display:table; + width: 300px; + margin-left: 5px; list-style:none; } .social ul li{ @@ -1158,7 +1159,7 @@ select{ display:inline; } *+html .social ul li{ - display:inline; + display:table-cell; } .social ul li a{ width:48px; @@ -1188,7 +1189,7 @@ select{ } .form-contact{ width:260px; - float:right; + float: left; margin:20px 0 10px;padding:20px; background:#fff; } -- libgit2 0.21.4