Make citation title a little less prominent
This commit is contained in:
parent
88cf38a990
commit
6aecd53ae7
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ function geo_citation_pseudo_field($entity) {
|
||||||
$markup .= '<div class="drum geo-citation">';
|
$markup .= '<div class="drum geo-citation">';
|
||||||
|
|
||||||
$tooltip = t("When citing this article, please use the following format:");
|
$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 .= '<p>';
|
||||||
$markup .= "$authors ($year).  $title";
|
$markup .= "$authors ($year).  $title";
|
||||||
|
|
Loading…
Add table
Reference in a new issue