From ab39ba36f35f81565362273f70a021780dd6a40f Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Fri, 12 May 2017 10:20:43 +0200 Subject: [PATCH] Minor aligning adjustment --- journals/templates/journals/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html index 576442429..d1813d03f 100644 --- a/journals/templates/journals/_base.html +++ b/journals/templates/journals/_base.html @@ -53,7 +53,7 @@ <p>{{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.</p> {% endif %} {% if journal.doi_label == 'SciPostPhys' %} - <p>All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p> + <p class="mb-0">All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home" target="_blank"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p> {% endif %} </div> </div> -- GitLab