Skip to content

Commit f7bef14

Browse files
committed
Added a link to ietf software contractor instructions to the release info page bottom.
- Legacy-Id: 14194
1 parent 60dd56c commit f7bef14

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,15 @@ table.materials .snippable {
385385
padding: 1em 1em;
386386
line-height: 1.4142;
387387
}
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+
line-height: 1.4142;
395+
}
396+
388397

389398
a.padded {
390399
line-height: 2.0;

ietf/templates/release/release.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ <h2>Release list:</h2>
7676
</table>
7777
</div>
7878
{% 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

Comments
 (0)