Changed another class name that might trigger adblock. Related to issues #2016 and #2027.

- Legacy-Id: 12120
This commit is contained in:
Henrik Levkowetz 2016-10-12 15:39:19 +00:00
parent 679c5d3f5f
commit c6a633885c
2 changed files with 3 additions and 3 deletions

View file

@ -409,7 +409,7 @@ table tbody.meta th:nth-child(2), table tbody.meta td:nth-child(2) {
td.ad div { border-bottom: solid #ccc 1px; }
td.area-director div { border-bottom: solid #ccc 1px; }
.milestone { font-style: italic; }

View file

@ -91,9 +91,9 @@
</td>
{% if ad_name == None or ad_name != doc.ad.plain_name %}
<td class="ad">
<td class="area-director">
{% if doc.ad %}
<a title="AD" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
<a title="Area Director" href="mailto:{{ doc.ad.email_address|urlencode }}">{{ doc.ad }}</a><br>
{% endif %}
{% if doc.shepherd %}<a title="Shepherd" href="mailto:{{doc.shepherd}}"><small class="text-muted">{{doc.shepherd.person.name}}</small></a>{% endif %}
</td>