fixed borders for previews on comment listing

This commit is contained in:
albert
2013-02-21 14:38:39 -05:00
parent 03d8d8c471
commit 93db21d606

View File

@@ -74,8 +74,8 @@ div#c-comments {
div.preview {
float: left;
width: 150px;
height: 150px;
width: 154px;
height: 154px;
margin-right: 30px;
overflow: hidden;
}