Give the thumbnail default width/height.

This commit is contained in:
Brendan Dahl 2012-04-18 17:02:32 -07:00
parent 17be523eeb
commit 11d7278c93

View File

@ -408,6 +408,8 @@ body {
.thumbnail {
margin-bottom: 15px;
float: left;
width: 114px;
height: 142px;
}
.thumbnailImage {