From 0c6e1b2ccb3a434bd3fa3406f097c4118a554cc7 Mon Sep 17 00:00:00 2001 From: huang Date: Sat, 13 Aug 2016 14:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=93=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=98=BE=E7=A4=BA=E5=85=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/css/project.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/css/project.css b/public/stylesheets/css/project.css index 93f278269..95891d365 100644 --- a/public/stylesheets/css/project.css +++ b/public/stylesheets/css/project.css @@ -160,9 +160,9 @@ div.thumbnails div {background:#fff;display:inline-block;margin-right:2px;} .repos_files ul:hover{ background:#ffffdd;} .repos_t_c li{ text-align:center;} .pic_stats{display:block; background:url(/images/public_icon.png) 0px -548px no-repeat; width:20px; height:15px;} -.tree-age{width:10%; text-align:right;} +.tree-age{width:15%; text-align:right;} .tree-author{width:10%; text-align:left;} -.tree-comments{width:40%; text-align:left;} +.tree-comments{width:35%; text-align:left;} /* 里程碑 */ .roadmap_box{ background:#f8f8f8; width:648px; padding:10px; margin-top:5px; border:1px solid #ddd; color:#555;}