Skip to content

Commit 679c5d3

Browse files
committed
Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues ietf-tools#2016 and ietf-tools#2027.
- Legacy-Id: 12119
1 parent 2353210 commit 679c5d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ td.ad div { border-bottom: solid #ccc 1px; }
413413

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

416-
.adname { padding-bottom: .5em; line-height: 1em;}
416+
.areadirector-name { padding-bottom: .5em; line-height: 1em;}
417417

418418
.changebar { width: 0.3em; }
419419

ietf/templates/doc/document_ballot_content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% for n, positions in position_groups %}
66
<h4><span class="label label-{{ n|pos_to_label }}"> {{ n.name }}</span></h4>
77
{% for p in positions|dictsort:"ad.last_name" %}
8-
<div class="adname">
8+
<div class="areadirector-name">
99
{% if p.old_ad %}<span class="text-muted">({% endif %}{% if p.comment or p.discuss %}<a href="#{{ p.ad.plain_name|slugify }}">{% endif %}{{ p.ad.plain_name }}{% if p.comment or p.discuss %}</a>{% endif %}{% if p.old_ad %})</span>{% endif %}
1010
</div>
1111
{% empty %}

0 commit comments

Comments
 (0)