修改了watermdview中评论的样式

This commit is contained in:
Li Jianxuan 2011-10-28 03:16:54 +00:00
parent 71982760a0
commit 8b31b302f8
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@ h2{clear:both;}
label{float:left;text-align:right;width:100px;padding-right:20px;}
label.required { background:url(/images/req-asterisk.gif) right; background-repeat: no-repeat;}
#allcomments li{display:block;border:1px solid #aaa;white-space:wrap;width:100%;}
#allcomments span.title {background:#dfdfdf;display:block;padding-left:10px;}
.comment-content{display:block;border:1px solid #aaa;text-indent:2em;width:98%;}
#allcomments li{display:block;border:1px solid #aaa;white-space:wrap;width:100%;overflow:hidden;}
#allcomments span.title {background:#dfdfdf;display:block;padding-left:10px;line-height:20px;}
.comment-content{display:block;border:1px solid #aaa;text-indent:2em;width:98%;margin:5px 0 0 0;}
.thumb {float:left;width:250px;height:200px;}