Make citation title a little less prominent

This commit is contained in:
benjamin melançon 2019-09-29 13:40:38 -04:00
parent 88cf38a990
commit 6aecd53ae7

View file

@ -85,7 +85,7 @@ function geo_citation_pseudo_field($entity) {
$markup .= '<div class="drum geo-citation">';
$tooltip = t("When citing this article, please use the following format:");
$markup .= '<h4 class="title is-4"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h4>';
$markup .= '<h5 class="title is-5"><abbr title="' . $tooltip . '">' . t("Citations") . '</abbr></h5>';
$markup .= '<p>';
$markup .= "$authors ($year).&#8198; $title";