Skip to content

Commit c6a6338

Browse files
committed
Changed another class name that might trigger adblock. Related to issues ietf-tools#2016 and ietf-tools#2027.
- Legacy-Id: 12120
1 parent 679c5d3 commit c6a6338

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
409409

410410

411411

412-
td.ad div { border-bottom: solid #ccc 1px; }
412+
td.area-director div { border-bottom: solid #ccc 1px; }
413413

414414
.milestone { font-style: italic; }
415415

ietf/templates/doc/search/search_result_row.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
</td>
9292

9393
{% if ad_name == None or ad_name != doc.ad.plain_name %}
94-
<td class="ad">
94+
<td class="area-director">
9595
{% if doc.ad %}
96-
<a title="AD" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
96+
<a title="Area Director" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
9797
{% endif %}
9898
{% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
9999
</td>

0 commit comments

Comments
 (0)