Browse Source

Little CSS fixes to match the legacy collection display.

pull/605/head
Adam Vessey 10 years ago
parent
commit
0858583fee
  1. 7
      css/islandora.objects.css

7
css/islandora.objects.css

@ -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;
width: 100%;

Loading…
Cancel
Save