Added a link to ietf software contractor instructions to the release info page bottom.
- Legacy-Id: 14194
This commit is contained in:
parent
60dd56c969
commit
f7bef142aa
|
@ -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;
|
||||
|
|
|
@ -76,3 +76,10 @@
|
|||
</table>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
<div class="col-md-12 text-center padded-top">
|
||||
<a href="https://trac.tools.ietf.org/tools/ietfdb/wiki/ContractorInstructions"><i>Contractor instructions</i></a>
|
||||
</div>
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue