mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Only italicise the boilerplate text
I think this looks better, but what do I know?
This commit is contained in:
parent
3398cf0f63
commit
1d26b3637d
|
|
@ -370,10 +370,6 @@ footer {
|
|||
width: 75%;
|
||||
}
|
||||
|
||||
.row-additional-properties {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
pre {
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
<td colspan="3">
|
||||
{{ if (and (reflect.IsMap $additionalProperties)) -}}
|
||||
{{ if (index $additionalProperties "description") -}}
|
||||
Notes on additional properties: {{ $additionalProperties.description }}
|
||||
<em>Notes on additional properties:</em> {{ $additionalProperties.description }}
|
||||
{{ end }}
|
||||
{{/* TODO: should we handle the case where additional properties are
|
||||
permitted, but must follow an explicit schema? */}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue