From ac6b7dd0a025ef5b1986626e8f37c85c1031388a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 7 Sep 2016 13:58:02 +0100 Subject: [PATCH] Tweak spacing on API keys page Splits the clients section out a bit more clearly. --- app/templates/views/api-keys.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index 22d3cc12d..7e7ad0b30 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -8,7 +8,7 @@ {% block maincolumn_content %} -
+

API integration @@ -54,11 +54,11 @@ {% endif %} {% endcall %} -
+
{{ api_key(current_service.id, "Service ID", thing="service ID") }}
-

API clients

+

API clients

    {% for name, url in [ ('Java', 'https://github.com/alphagov/notifications-java-client'),