Skip to content

Commit 8ead04e

Browse files
committed
Use an eyecatching symbol to indicate bug-reporting, starting out very large, with the intention of reducing the size as people get used to it.
- Legacy-Id: 10132
1 parent 86aa92e commit 8ead04e

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,3 +411,7 @@ td.ad div { border-bottom: solid #ccc 1px; }
411411
.adname { padding-bottom: .5em; line-height: 1em;}
412412

413413
h1 small .pull-right { margin-top: 10.5px; }
414+
415+
.large {font-size: 120%;}
416+
.llarge {font-size: 144%;}
417+
.lllarge {font-size: 172.8%;}

ietf/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<a href="/release/{{version_num}}/">Version {{ version_num }}</a>
142142
| {{revision_date}} |
143143
{% endif %}
144-
<a href="https://tools.ietf.org/tools/ietfdb/newticket">Report a bug</a>
144+
<a href="https://tools.ietf.org/tools/ietfdb/newticket">Report a bug <span class="fa fa-bug"></span></a>
145145
</p>
146146
</div>
147147
</div>

ietf/templates/base/menu.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
<li><a href="/ipr/">IPR disclosures</a></li>
103103
<li><a href="/liaison/">Liaison statements</a></li>
104104
<li><a href="/iesg/agenda/">IESG agenda</a></li>
105+
<li><a href="https://tools.ietf.org/tools/ietfdb/newticket"><span class="fa fa-bug llarge"></span> Report a bug</a></li>
105106
{% if flavor == "top" %}</ul>{% endif %}
106107

107108
{% if flavor == "top" %}

0 commit comments

Comments
 (0)