Little CSS fixes to match the legacy collection display.
@ -3,6 +3,13 @@
* Styles for rendering grids/lists of objects.
*/
div.islandora-objects > div {
overflow: hidden;
margin: 0 auto;
width: 100%;
display: inline-block;
}
.islandora-objects-list-item {
clear: both;