Skip to content

Commit 58c0a9f

Browse files
committed
Switch to inline css, like the original pages have,
instead of a misplaced <link>. Fix a typo in independent_doc. - Legacy-Id: 533
1 parent a3e2da7 commit 58c0a9f

2 files changed

Lines changed: 67 additions & 3 deletions

File tree

ietf/templates/iesg/ietf_doc.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,39 @@
11
{% extends "base.html" %}
22
{% block title %}{{ title_prefix }} IESG Announcements{% endblock %}
3+
{% block css %}
4+
TD {text-decoration: none; color: #000000; font: 10pt verdana;}
5+
body {
6+
margin:0;
7+
padding:0;
8+
font-family: Times, sans-serif;
9+
font-size: 1.0em;
10+
font-style: normal;
11+
}
12+
th {
13+
padding:6px 0px 10px 30px;
14+
line-height:1em;
15+
font-size: 12px;
16+
color: #333;
17+
18+
}
19+
/* Links
20+
----------------------------------------------- */
21+
a:link, a:visited {
22+
border-bottom:1px dotted #69f;
23+
color:#36c;
24+
text-decoration:none;
25+
}
26+
a:visited {
27+
border-bottom-color:#969;
28+
color:#36c;
29+
}
30+
a:hover {
31+
border-bottom:1px solid #f00;
32+
color:#f00;
33+
}
34+
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}
35+
{% endblock %}
336
{% block content %}
4-
<link rel="stylesheet" type="text/css" href="https://www1.ietf.org/css/base.css" />
537
{% if is_recent %}
638
<center><h2>Recent IESG Announcements</center>
739
This page contains links to all IESG Protocol, Document, and Working Group Action announcements that have been sent within the past six months. Announcements that were sent prior to six month ago can be found in <a href="previous/">Previous Announcements</a>.<br>

ietf/templates/iesg/independent_doc.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,44 @@
11
{% extends "base.html" %}
22
{% block title %}IESG Statements on Independent Submissions{% endblock %}
3+
{% block css %}
4+
TD {text-decoration: none; color: #000000; font: 10pt verdana;}
5+
body {
6+
margin:18;
7+
padding:0;
8+
font-family: Times, sans-serif;
9+
font-size: 1.0em;
10+
font-style: normal;
11+
}
12+
th {
13+
padding:6px 0px 10px 30px;
14+
line-height:1em;
15+
font-size: 12px;
16+
color: #333;
17+
18+
}
19+
/* Links
20+
----------------------------------------------- */
21+
a:link, a:visited {
22+
border-bottom:1px dotted #69f;
23+
color:#36c;
24+
text-decoration:none;
25+
}
26+
a:visited {
27+
border-bottom-color:#969;
28+
color:#36c;
29+
}
30+
a:hover {
31+
border-bottom:1px solid #f00;
32+
color:#f00;
33+
}
34+
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}
35+
{% endblock %}
336
{% block content %}
4-
<link rel="stylesheet" type="text/css" href="https://www1.ietf.org/css/base.css" />
537
<center><h2>IESG Statements on Independent Submissions</center>
638
The RFC Editor receives requests to publish non-IETF Working Group documents as independent Informational or Experimental RFCs. Following the process defined in RFC 3932, the RFC Editor requests that the IESG review these documents and provide input. This page contains copies of those messages that were sent by the IESG to the RFC Editor following such reviews.
739
<hr>
840

9-
<h3>Positive IESG Response</h3>
41+
<h3>Positive IESG Responses</h3>
1042

1143
{% regroup object_list by b_approve_date|date:"F j, Y" as dates %}
1244
{% for date in dates %}

0 commit comments

Comments
 (0)