Skip to content

Commit 5dca6d4

Browse files
committed
Added a 'pull-right' class to 'new' labels in document search lists, for a more consistent look.
- Legacy-Id: 9709
1 parent 0168083 commit 5dca6d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/search/search_result_row.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666

6767
{% if doc.latest_revision_date|timesince_days|new_enough:request %}
68-
<wbr><span class="label label-success">New</span>
68+
<wbr><span class="label label-success pull-right">New</span>
6969
{% endif %}
7070

7171
{% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %}

0 commit comments

Comments
 (0)