Skip to content

Commit fb38bf1

Browse files
committed
Shaved off some more vertical space in the document tables. Builds on [9494], addresses ietf-tools#1660, ietf-tools#1663, ietf-tools#1665.
- Legacy-Id: 9495 Note: SVN reference [9494] has been migrated to Git commit 43e16f1
1 parent 43e16f1 commit fb38bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</td>
1919

2020
<td class="doc">
21-
<p>
21+
<div>
2222
<a href="{{ doc.get_absolute_url }}">{% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %}</a>
2323

2424
{% if doc.get_state_slug == "rfc" and "draft" in doc.name %}
@@ -29,7 +29,7 @@
2929
{% if doc.has_errata %}
3030
<a class="label label-danger" href="//www.rfc-editor.org/errata_search.php?rfc={{ doc.rfc_number }}">Errata</a>
3131
{% endif %}
32-
</p>
32+
</div>
3333

3434
{% if user|has_role:"Secretariat" and doc.reschedule_form %}
3535
<div class="form-group">

0 commit comments

Comments
 (0)