From 6563b1dbea029b7b8bc6732c1fb49ac7bbb60a5b Mon Sep 17 00:00:00 2001 From: wlx Date: Tue, 25 Oct 2011 12:47:50 +0000 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E7=9B=B8=E5=90=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8F=8A=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/default.css | 26 ++++++-------------------- htdocs/css/mdreview.css | 12 ------------ 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/htdocs/css/default.css b/htdocs/css/default.css index a7f4068f..a6cedc23 100755 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -1,8 +1,8 @@ *{padding:0px;margin:0px;} html {background:#FFF;} -body {font:12px Tahoma, Geneva, sans-serif;} +body {font:13px Arial, Serif, Verdana,Tahoma, Geneva, sans-serif;} a {text-decoration:none;cursor:hand;} -od,ul,li,ul li{list-style:none;} +ol,ul,li,ul li{list-style:none;} input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;} @@ -137,25 +137,11 @@ input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active { box-shadow: 0 0 5px rgba(82, 168, 236, 0.5); } -.clearLine -{ - clear:both; -} +.clearLine{clear:both;} -h1{font-size: 20px;} -h2 -{ - font-family: 黑体, Verdana, Sans-Serif; - font-size: 16px; -} -p -{ - line-height: 20px; -} -li -{ - line-height: 20px; -} +h1{font:20px bold 黑体, Verdana, Sans-Serif;} +h2{font:16px bold 黑体, Verdana, Sans-Serif;} +p,li{line-height: 20px;} .LeftMargin { diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index 5c33cb99..0c7d5eb0 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -1,15 +1,3 @@ -*{padding:0px;margin:0px;} -html {background:#FFF;} -body {font:12px Tahoma, Geneva, sans-serif;} -a {text-decoration:none;cursor:hand;} -od,ul,li,ul li{list-style:none;} -input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;} -input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;} -fieldset,img{border:none;} -address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} -caption,th{text-align:left;} - #leftPanel { float:left; width:200px;