Skip to content

Commit e762740

Browse files
committed
Changed background colour for some table headers by changing class from 'waring' to 'info'.
- Legacy-Id: 9401
1 parent 3d2517d commit e762740

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/drafts_in_iesg_process.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>{{ title }}</h1>
2323
</thead>
2424
<tbody>
2525
{% for state, docs in grouped_docs %}
26-
<tr class="warning"><th colspan="3">{{ state.name }}</th></tr>
26+
<tr class="info"><th colspan="3">{{ state.name }}</th></tr>
2727

2828
{% for doc in docs %}
2929
<tr>

ietf/templates/doc/search/search_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<tbody>
4343
{% for doc_group in grouped_docs %}
44-
<tr class="warning">
44+
<tr class="info">
4545
<th></th>
4646
<th colspan="{{ meta.headers|length|add:"-1" }}">
4747
{{ doc_group.grouper|plural:doc_group.list }}

ietf/templates/doc/status_change/status_changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>RFC status changes</h1>
2121

2222
<tbody>
2323
{% for state in state_groups %}
24-
<tr class="warning"><th colspan="2">{{state.grouper}}</th></tr>
24+
<tr class="info"><th colspan="2">{{state.grouper}}</th></tr>
2525

2626
{% for doc in state.list %}
2727
<tr">

0 commit comments

Comments
 (0)