We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dd56c commit f7bef14Copy full SHA for f7bef14
2 files changed
ietf/static/ietf/css/ietf.css
@@ -385,6 +385,15 @@ table.materials .snippable {
385
padding: 1em 1em;
386
line-height: 1.4142;
387
}
388
+.padded-bottom {
389
+ padding: 0 1em 1em 1em;
390
+ line-height: 1.4142;
391
+}
392
+.padded-top {
393
+ padding: 1em 1em 0 1em;
394
395
396
+
397
398
a.padded {
399
line-height: 2.0;
ietf/templates/release/release.html
@@ -76,3 +76,10 @@ <h2>Release list:</h2>
76
</table>
77
</div>
78
{% endblock %}
79
80
+{% block footer %}
81
+ <div class="col-md-12 text-center padded-top">
82
+ <a href="https://trac.tools.ietf.org/tools/ietfdb/wiki/ContractorInstructions"><i>Contractor instructions</i></a>
83
+ </div>
84
+ {{ block.super }}
85
+{% endblock %}
0 commit comments