Sort out table layout and rejig where state_key is placed.
This commit is contained in:
parent
003ca35bf6
commit
dc5c01607b
2 changed files with 11 additions and 4 deletions
|
@ -268,3 +268,9 @@ li dd ul {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border: 0;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
``{{event.type}}``
|
``{{event.type}}``
|
||||||
{{(4 + event.type | length) * '~'}}
|
{{(4 + event.type | length) * '~'}}
|
||||||
*{{event.typeof}}* {{event.typeof_info}}
|
*{{event.typeof}}*
|
||||||
|
{{event.typeof_info}}
|
||||||
|
|
||||||
{{event.desc | wrap(80) | indent_block(2)}}
|
{{event.desc | wrap(80)}}
|
||||||
{% for table in event.content_fields -%}
|
{% for table in event.content_fields %}
|
||||||
{{"``"+table.title+"``" if table.title else ""}}
|
{{"``"+table.title+"``" if table.title else "" -}}
|
||||||
|
|
||||||
================== ================= ===========================================
|
================== ================= ===========================================
|
||||||
{{table.title or "Content"}} Key Type Description
|
{{table.title or "Content"}} Key Type Description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue