Browse Source

Merge pull request #605 from adam-vessey/7.x-objects-subset

Little CSS fixes to match the legacy collection display.
pull/607/head
William Panting 10 years ago
parent
commit
72fa515468
  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