Skip to content

Commit a80c58f

Browse files
committed
Merged in [9857] from lars@netapp.com:
Apply more of the styling from the current meta tables. - Legacy-Id: 9868 Note: SVN reference [9857] has been migrated to Git commit dcccd9c
1 parent 69a3c5d commit a80c58f

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

ietf/templates/doc/document_charter.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<thead id="message-row">
2121
<tr>
2222
{% if doc.rev != latest_rev %}
23-
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
23+
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
2424
{% else %}
25-
<th colspan="4">&nbsp;</th>
25+
<th colspan="4"></th>
2626
{% endif %}
2727
</tr>
2828
</thead>

ietf/templates/doc/document_draft.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<thead id="message-row">
3232
<tr>
3333
{% if doc.rev != latest_rev %}
34-
<th colspan="4" class="alert-warning">&nbsp;The information below is for an old version of the document</th>
34+
<th colspan="4" class="alert-warning">The information below is for an old version of the document</th>
3535
{% else %}
36-
<th colspan="4">&nbsp;</th>
36+
<th colspan="4"></th>
3737
{% endif %}
3838
</tr>
3939
</thead>

ietf/templates/group/group_about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<p class="alert alert-warning"><b>Note:</b> The data for concluded {{ group.type.name }}s is occasionally incorrect.</p>
1111
{% endif %}
1212

13-
<br>
1413
<table class="table table-condensed">
14+
<thead><tr><th colspan="3"></th></tr></thead>
1515
<tbody class="meta">
1616
<tr>
1717
<th>{{ group.type.name }}</th>

static/css/ietf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
401401
width: 9em;
402402
}
403403

404+
table tbody.meta th:first-child, table tbody.meta td:first-child {
405+
width: 6em;
406+
}
407+
404408

405409
td.ad div { border-bottom: solid #ccc 1px; }
406410

0 commit comments

Comments
 (0)