处理了英文单词折行的bug

This commit is contained in:
Li Jianxuan 2011-11-01 02:01:57 +00:00
parent 29fed60dd2
commit 60d4626c5b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ input.q{width:200px;}
.reviewitem .itemtitle{width:50%;float:left;overflow:hidden;}
.reviewitem .itemtime{width:50%;float:right;overflow:hidden;text-align:right;}
.reviewitem .itemcontent{width:100%;float:none;overflow:hidden;min-height:60px;}
.reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0; overflow:hidden;}
.reviewitem .itemcontent p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;overflow:hidden;white-space:normal;word-wrap:break-word;}
.tboxfloatleft{float:left;}
.tbox{overflow:hidden;border:#2b66a5 1px solid;border-radius:5px;}