From d33977ce4fe492e9743c74997889f681ea1bd6cd Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 16 Jan 2017 17:18:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=88=97=E8=A1=A8=E3=80=81?= =?UTF-8?q?=E5=88=86=E7=8F=AD=E5=AD=A6=E7=94=9F=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E8=A1=8C=E7=BA=BF=E6=9D=A1=E5=8F=A0?= =?UTF-8?q?=E5=8A=A0=E4=BA=86=EF=BC=8C=E5=BA=94=E8=AF=A5=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E6=9D=A1=E8=99=9A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/syllabus.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/syllabus.css b/public/stylesheets/syllabus.css index d96b9e75d..5c2d2bd77 100644 --- a/public/stylesheets/syllabus.css +++ b/public/stylesheets/syllabus.css @@ -607,6 +607,7 @@ a:hover.sy_class_ltitle{ color:#333;} .sy_new_table tbody tr:hover{ background:#f5f5f5;} .sy_new_table tbody tr td{ height:40px; line-height:40px; border-bottom:1px dashed #e5e5e5; font-weight:normal; color:#888; text-align: center} .sy_new_table tbody tr:last-child{ height:40px;} +.sy_new_table tbody tr:last-child td{ border-bottom:none;} .sy_new_tchlist li{ height:30px; line-height:30px;} .sy_new_search{-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px; border:1px solid #d3d3d3; background:#fff; padding-left:5px; color:#888; height:32px; width:370px;box-shadow: inset 0px 0px 3px #dcdcdc; } .sy_new_tchbox{ background:#f5f5f5; padding:15px; margin:15px; margin-top:0px;}