@ -96,7 +96,7 @@ function islandora_menu() {
$items['islandora'] = array(
'title' => 'Islandora Repository',
'page callback' => 'islandora_view_default_object',
'type' => MENU_CALLBACK,
'type' => MENU_NORMAL_ITEM,
'access arguments' => array(FEDORA_VIEW),
);
@ -8,18 +8,17 @@
/* islandora-basic-collection STYLES*/
.islandora-basic-collection {
width: 100%;
margin: 0 auto;
margin: 2% auto;
overflow: hidden;
width: 96%;
}
dl.islandora-basic-collection-object
{
width: 20%;
min-width: 100px;
text-align: center;
float: left;
margin: 2% 2% 50px 2%;
margin: 2% 2% 50px;
height: 180px;
.islandora-basic-collection-object dt img {