From 2c398219bbf56583a3247d39d20232898b87e256 Mon Sep 17 00:00:00 2001 From: icemate Date: Tue, 3 Nov 2015 15:04:27 +0200 Subject: [PATCH] first --- frontend/web/css/site.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/web/css/site.css b/frontend/web/css/site.css index 9ae1217..7f12f82 100644 --- a/frontend/web/css/site.css +++ b/frontend/web/css/site.css @@ -1151,12 +1151,10 @@ select{ list-style:none; } .social ul li{ - display:inline-block; - vertical-align:top; - margin:0;padding:0 3px 0 0; + display:table-cell; } * html .social ul li{ - display:inline; + display:table-cell; } *+html .social ul li{ display:table-cell; -- libgit2 0.21.4