aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2024-01-19 11:29:37 -0500
committerGitHub <noreply@github.com>2024-01-19 11:29:37 -0500
commit97f0cf734ca244fe4cca8edbe366a34ad09e5f89 (patch)
treea5826ca183881de32142d5ae9981f9d520298328
parentac9721a1e5fd02c9370b704bdbbdbc5481af1d1c (diff)
downloadriscv-isa-manual-97f0cf734ca244fe4cca8edbe366a34ad09e5f89.zip
riscv-isa-manual-97f0cf734ca244fe4cca8edbe366a34ad09e5f89.tar.gz
riscv-isa-manual-97f0cf734ca244fe4cca8edbe366a34ad09e5f89.tar.bz2
Switch table caption from bottom to top.
To accommodate multi-page tables, switching table caption to be at the top of the table. Signed-off-by: Bill Traynor <wmat@riscv.org>
-rw-r--r--src/resources/themes/riscv-spec.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/themes/riscv-spec.yml b/src/resources/themes/riscv-spec.yml
index cec032f..4aa9535 100644
--- a/src/resources/themes/riscv-spec.yml
+++ b/src/resources/themes/riscv-spec.yml
@@ -257,7 +257,7 @@ table:
border_width: $base_border_width
cell_padding: 3
caption:
- end: bottom
+ end: top
align: center
text-align: center
max-width: none