Removed all subsection horizontal lines from the document meta tables, on suggestion from mnot@pobox.com. Addresses issue #1659.
- Legacy-Id: 9487
This commit is contained in:
parent
d53bc1c9fc
commit
2ec1a56b4f
|
@ -24,7 +24,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.doc}}">Document</th>
|
<th rowspan="{{table_rows.doc}}">Document</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.wg}}">WG</th>
|
<th rowspan="{{table_rows.wg}}">WG</th>
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.iesg}}">IESG</th>
|
<th rowspan="{{table_rows.iesg}}">IESG</th>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.doc}}">Document</th>
|
<th rowspan="{{table_rows.doc}}">Document</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.doc}}">Document</th>
|
<th rowspan="{{table_rows.doc}}">Document</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.stream}}">Stream</th>
|
<th rowspan="{{table_rows.stream}}">Stream</th>
|
||||||
|
@ -243,7 +243,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.iesg}}">IESG</th>
|
<th rowspan="{{table_rows.iesg}}">IESG</th>
|
||||||
|
@ -329,7 +329,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
{% if iana_review_state %}
|
{% if iana_review_state %}
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.iana}}">IANA</th>
|
<th rowspan="{{table_rows.iana}}">IANA</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -360,7 +360,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
|
|
||||||
{% if rfc_editor_state %}
|
{% if rfc_editor_state %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tbody>
|
</tbody>
|
||||||
<tbody>
|
<tbody class="plain">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="{{table_rows.doc}}">IESG</th>
|
<th rowspan="{{table_rows.doc}}">IESG</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -351,3 +351,21 @@ footer {
|
||||||
font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif;
|
font-family: "PT Sans Caption", "Trebuchet", "Seravek", sans-serif;
|
||||||
font-size: 0.7071em;
|
font-size: 0.7071em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This applies to the top navbar submenu popouts*/
|
||||||
|
/*
|
||||||
|
.nav.navbar-nav .dropdown-submenu ul {
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
/* This applies to the side menubar submenu popouts */
|
||||||
|
/*
|
||||||
|
.nav.nav-stacked .dropdown-submenu ul {
|
||||||
|
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
tbody.plain tr th { border-top: 0; text-align: right }
|
||||||
|
tbody.plain tr:first-child th { border-top: 0; text-align: left }
|
||||||
|
tbody.plain tr td { border-top: 0; }
|
||||||
|
|
Loading…
Reference in a new issue