修改了watermdview中评论的样式
This commit is contained in:
parent
71982760a0
commit
8b31b302f8
|
@ -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;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue