fix petpage export styles

thumbnails were right-aligned when they really shouldn't have been
This commit is contained in:
Emi Matchu 2012-04-08 14:50:50 -05:00
parent b04c5db98a
commit c46d7ae2c0

View file

@ -50,7 +50,9 @@
}
.dti-item-thumbnail {
display: block;
height: 80px;
margin: 0 auto;
width: 80px;
}