From f7bef142aae8822f9791aaf88f27413d5c6e900f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 9 Oct 2017 13:37:41 +0000 Subject: [PATCH] Added a link to ietf software contractor instructions to the release info page bottom. - Legacy-Id: 14194 --- ietf/static/ietf/css/ietf.css | 9 +++++++++ ietf/templates/release/release.html | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 56810e601..1d9903eb9 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -385,6 +385,15 @@ table.materials .snippable { padding: 1em 1em; line-height: 1.4142; } +.padded-bottom { + padding: 0 1em 1em 1em; + line-height: 1.4142; +} +.padded-top { + padding: 1em 1em 0 1em; + line-height: 1.4142; +} + a.padded { line-height: 2.0; diff --git a/ietf/templates/release/release.html b/ietf/templates/release/release.html index ed1f1688c..621087318 100644 --- a/ietf/templates/release/release.html +++ b/ietf/templates/release/release.html @@ -76,3 +76,10 @@ {% endblock %} + +{% block footer %} +
+ Contractor instructions +
+ {{ block.super }} +{% endblock %}