diff --git a/productMods/templates/entity/entityMergedPropsList.jsp b/productMods/templates/entity/entityMergedPropsList.jsp
index 562dbb87..50c6a50c 100644
--- a/productMods/templates/entity/entityMergedPropsList.jsp
+++ b/productMods/templates/entity/entityMergedPropsList.jsp
@@ -208,19 +208,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
${dataProp.editLabel}
-
-
-
- <%-- just put in a single "edit" link, not an "add" link that expands to reveal edit/delete links --%>
-
- ${editLinks}
- (non-editable)
-
- <%-- creates an add link, even if displayLimit is unset, i.e. -1 --%>
-
-
-
-
+
<%-- set to an arbitrary but high positive limit if unset on property, i.e. -1 --%>
@@ -240,7 +228,7 @@ public static Log log = LogFactory.getLog("edu.cornell.mannlib.vitro.webapp.jsp.
${dataPropertyStmt.data}
-
+
${editLinks}
(non-editable)
diff --git a/themes/vivo-basic/css/individual.css b/themes/vivo-basic/css/individual.css
index ab193000..b53273d1 100644
--- a/themes/vivo-basic/css/individual.css
+++ b/themes/vivo-basic/css/individual.css
@@ -263,7 +263,7 @@ img.screenshot {
}
#personWrap div.datatypeProperties {
-/* font-size: 1.2em;*/
+ font-size: 0.9em;
}
#personWrap div.datatypeProperties p, /* resetting font sizes for html inside data props */
@@ -455,7 +455,7 @@ ul.keywords li {
}
#personWrap #overview a.delete {
- display: none;
+/* display: none;*/
}
#personWrap #overview a.edit {