From 29343b8ba74c2dc71b37772e9c69ea82eb521877 Mon Sep 17 00:00:00 2001 From: zhuhao Date: Thu, 13 Nov 2014 16:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/nyan.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/nyan.css b/public/stylesheets/nyan.css index 71b739ad8..def79d53b 100644 --- a/public/stylesheets/nyan.css +++ b/public/stylesheets/nyan.css @@ -86,10 +86,15 @@ span[id^=valid_user] { } .clearfix { - width: 100%; + /*width: 100%; height: 0px; clear: both; - display: block; + display: block;*/ + display: inline-block; + width: 80px; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .hidden {