From c6a633885c080e505b7bf5146b04f3ba2b3f2bed Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 12 Oct 2016 15:39:19 +0000 Subject: [PATCH] Changed another class name that might trigger adblock. Related to issues #2016 and #2027. - Legacy-Id: 12120 --- ietf/static/ietf/css/ietf.css | 2 +- ietf/templates/doc/search/search_result_row.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 0f9349fb4..ab81ad8f7 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -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; } diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index f9c473a34..00c52636f 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -91,9 +91,9 @@ {% if ad_name == None or ad_name != doc.ad.plain_name %} - + {% if doc.ad %} - {{ doc.ad }}
+ {{ doc.ad }}
{% endif %} {% if doc.shepherd %}{{doc.shepherd.person.name}}{% endif %}