From 6ca1d7f7ab1631dbdb6f44e73c1dac30fa6d6dd7 Mon Sep 17 00:00:00 2001 From: ganyiang Date: Thu, 29 May 2014 20:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9osp=E7=9A=84css=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E8=A7=A3=E5=86=B3=E6=A0=87=E9=A2=98=E8=BF=87?= =?UTF-8?q?=E9=95=BF=E7=9A=84=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/buglist.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/stylesheets/buglist.css b/public/stylesheets/buglist.css index a9be290ad..8ad8a3a6a 100644 --- a/public/stylesheets/buglist.css +++ b/public/stylesheets/buglist.css @@ -3,6 +3,8 @@ .li_list { clear:both; padding:0 0 0 0px; + + } @@ -13,6 +15,7 @@ padding:0 7px 0 0; ol.linenums { margin:0 0 0 20px; + } ol.linenums li { @@ -38,6 +41,12 @@ clear:both; height:18px; list-style-type:square; padding:2px; +overflow: hidden; +overflow-x: hidden; +overflow-y: hidden; +white-space: nowrap; +text-overflow: ellipsis; +-o-text-overflow: ellipsis; }