From 62242047ab39918a43563d5079808e04822d8df9 Mon Sep 17 00:00:00 2001 From: wlx Date: Mon, 21 Jun 2010 15:56:13 +0000 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=A1=A8=E6=A0=BC=E7=9A=84?= =?UTF-8?q?=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/mdview.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/css/mdview.css b/htdocs/css/mdview.css index 73fd4f47..059abb80 100755 --- a/htdocs/css/mdview.css +++ b/htdocs/css/mdview.css @@ -35,6 +35,7 @@ h2 {clear:both;} #authors h2{float:left;font-size:16px;clear:left;margin:2px;border-bottom:1px dashed #ccc;width:95%;} #abstract{text-indent:2em;} +#abstract table,#abstract th,#abstract td{border:1px solid #ccc;} #related,#literature{float:left;text-indent:2em; width:50%;white-space:normal;word-break:break-word;overflow:hidden;} #related ul,#literature ul{list-style-type:decimal;list-style-position:inside;} #related li,#literature li{margin-left:-30px;}