diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index 4b569846..f9582558 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -240,8 +240,9 @@ fieldset small { background:#FAFDFE; } -.reviewitem{width:100%;overflow:hidden;} +.reviewitem{width:100%;overflow:hidden;padding:5px 0;} .reviewitem .itemtitle{width:50%;float:left;overflow:hidden;} .reviewitem .itemtime{width:50%;float:right;overflow:hidden;text-align:right;} -.reviewitem p{width:100%;text-indent:24px;line-height:18px;margin:9px 0;} +.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;}