diff --git a/css/islandora.theme.css b/css/islandora.theme.css
index e299b9db..29f14e66 100644
--- a/css/islandora.theme.css
+++ b/css/islandora.theme.css
@@ -13,19 +13,24 @@ dl.islandora-object-tn {
float: left;
width: 20.8333%;
padding: 0 10px 0 0;
- margin: 0;
+ margin: 1.5em 0;
}
dl.islandora-object-fields {
float: right;
width:79.1666%;
- border-top:3px solid #ddd;
+ border-top:0px solid #ddd;
+ margin: 1.5em 0;
}
.islandora-object-fields dt {
font-weight: bold;
}
+.islandora-object-fields dt.first {
+ border-top:0;
+}
+
.islandora-object-fields dt,
.islandora-object-fields dd {
padding:6px 2% 4px;
diff --git a/islandora-object.tpl.php b/islandora-object.tpl.php
index 6a6680d3..614d72b1 100644
--- a/islandora-object.tpl.php
+++ b/islandora-object.tpl.php
@@ -57,7 +57,7 @@
* $ds->size - The size of the datastream
* $ds->checksum - The checksum of the datastream
* $ds->checksumType - The type of checksum for the datastream.
- * $ds->createdDate - The created date
+ * $ds->createdDate->format("Y-m-d") - The created date with an option to use a format of your choice
* $ds->content - The content of the datastream
* $ds->url - The URL. This is only valid for R and E datastreams.
*
@@ -118,25 +118,31 @@ drupal_set_title($islandora_object->label);