Skip to content

Commit 2ec1a56

Browse files
committed
Removed all subsection horizontal lines from the document meta tables, on suggestion from mnot@pobox.com. Addresses issue ietf-tools#1659.
- Legacy-Id: 9487
1 parent d53bc1c commit 2ec1a56

5 files changed

Lines changed: 28 additions & 10 deletions

File tree

ietf/templates/doc/document_charter.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</tr>
2525
</thead>
2626

27-
<tbody>
27+
<tbody class="plain">
2828
<tr>
2929
<th rowspan="{{table_rows.doc}}">Document</th>
3030
</tr>
@@ -84,7 +84,7 @@
8484
</tr>
8585

8686
</tbody>
87-
<tbody>
87+
<tbody class="plain">
8888

8989
<tr>
9090
<th rowspan="{{table_rows.wg}}">WG</th>
@@ -97,7 +97,7 @@
9797
</tr>
9898

9999
</tbody>
100-
<tbody>
100+
<tbody class="plain">
101101

102102
<tr>
103103
<th rowspan="{{table_rows.iesg}}">IESG</th>

ietf/templates/doc/document_conflict_review.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</tr>
2121
</thead>
2222

23-
<tbody>
23+
<tbody class="plain">
2424
<tr>
2525
<th rowspan="{{table_rows.doc}}">Document</th>
2626
</tr>

ietf/templates/doc/document_draft.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</tr>
3232
</thead>
3333

34-
<tbody>
34+
<tbody class="plain">
3535
<tr>
3636
<th rowspan="{{table_rows.doc}}">Document</th>
3737
</tr>
@@ -146,7 +146,7 @@
146146
{% endif %}
147147

148148
</tbody>
149-
<tbody>
149+
<tbody class="plain">
150150

151151
<tr>
152152
<th rowspan="{{table_rows.stream}}">Stream</th>
@@ -243,7 +243,7 @@
243243
{% endif %}
244244

245245
</tbody>
246-
<tbody>
246+
<tbody class="plain">
247247

248248
<tr>
249249
<th rowspan="{{table_rows.iesg}}">IESG</th>
@@ -329,7 +329,7 @@
329329
</tbody>
330330

331331
{% if iana_review_state %}
332-
<tbody>
332+
<tbody class="plain">
333333
<tr>
334334
<th rowspan="{{table_rows.iana}}">IANA</th>
335335
</tr>
@@ -360,7 +360,7 @@
360360
</tbody>
361361
{% endif %}
362362

363-
<tbody>
363+
<tbody class="plain">
364364

365365
{% if rfc_editor_state %}
366366
<tr>

ietf/templates/doc/document_status_change.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080

8181
</tbody>
82-
<tbody>
82+
<tbody class="plain">
8383
<tr>
8484
<th rowspan="{{table_rows.doc}}">IESG</th>
8585
</tr>

static/css/ietf.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,21 @@ footer {
351351
font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif;
352352
font-size: 0.7071em;
353353
}
354+
355+
/* This applies to the top navbar submenu popouts*/
356+
/*
357+
.nav.navbar-nav .dropdown-submenu ul {
358+
359+
}
360+
*/
361+
/* This applies to the side menubar submenu popouts */
362+
/*
363+
.nav.nav-stacked .dropdown-submenu ul {
364+
365+
}
366+
*/
367+
368+
369+
tbody.plain tr th { border-top: 0; text-align: right }
370+
tbody.plain tr:first-child th { border-top: 0; text-align: left }
371+
tbody.plain tr td { border-top: 0; }

0 commit comments

Comments
 (0)