From dc4a43435f971d0185280dad6c1ccd9a51a87aea Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 6 Mar 2016 18:14:28 +0800 Subject: [PATCH] fix home style --- site/static/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/static/style.less b/site/static/style.less index 15884967b9..f926169351 100644 --- a/site/static/style.less +++ b/site/static/style.less @@ -197,7 +197,7 @@ a.logo { color: #666; width: 100%; height: 100%; - display: block; + display: inline-block; padding: 0 22px; }