diff --git a/ietf/templates/doc/document_charter.html b/ietf/templates/doc/document_charter.html index 27b1378cca..c8b760a3bb 100644 --- a/ietf/templates/doc/document_charter.html +++ b/ietf/templates/doc/document_charter.html @@ -20,9 +20,9 @@ {% if doc.rev != latest_rev %} -  The information below is for an old version of the document + The information below is for an old version of the document {% else %} -   + {% endif %} diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index 5998e7ea73..28c6a4631c 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -31,9 +31,9 @@ {% if doc.rev != latest_rev %} -  The information below is for an old version of the document + The information below is for an old version of the document {% else %} -   + {% endif %} diff --git a/ietf/templates/group/group_about.html b/ietf/templates/group/group_about.html index c3f4565ba8..567543b88b 100644 --- a/ietf/templates/group/group_about.html +++ b/ietf/templates/group/group_about.html @@ -10,8 +10,8 @@

Note: The data for concluded {{ group.type.name }}s is occasionally incorrect.

{% endif %} -
+ diff --git a/static/css/ietf.css b/static/css/ietf.css index e68b3e8788..7c05cd58fa 100644 --- a/static/css/ietf.css +++ b/static/css/ietf.css @@ -396,6 +396,11 @@ table tbody.meta th, table tbody.meta td { border-top: 0; } table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) { text-align: right; + width: 9em; +} + +table tbody.meta th:first-child, table tbody.meta td:first-child { + width: 6em; }
{{ group.type.name }}