Give rendered-data sections a background and some padding (#1195)

Gives definition sections for APIs, events, etc a background and a small indent, which I find very helpful to guide the eye.
This commit is contained in:
Richard van der Hoff 2022-08-04 10:46:11 +01:00 committed by GitHub
parent 9093a5f16f
commit ef384f1afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 14 deletions

View file

@ -21,7 +21,7 @@
{{ if $properties }}
<table{{ if .anchor }} id="{{ .anchor }}"{{ end }}>
<table{{ if .anchor }} id="{{ .anchor }}"{{ end }} class="object-table">
{{ with $title }}
<caption>{{ . }}</caption>
{{ end }}