Skip to content

Commit 599fb0a

Browse files
committed
Add style for captionbelow class for tables
taken from sphinx 5 minimal.css style sheet to put caption on bottom of primary/session db compatibility table.
1 parent f9ebfab commit 599fb0a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/_static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ table.footnote::before {
321321
width: 25%;
322322
}
323323

324+
table.captionbelow {
325+
caption-side: bottom;
326+
}
327+
324328
td {
325329
/* pull text away from borders */
326330
padding-inline: 0.5em;

website/www/_static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ table.footnote::before {
321321
width: 25%;
322322
}
323323

324+
table.captionbelow {
325+
caption-side: bottom;
326+
}
327+
324328
td {
325329
/* pull text away from borders */
326330
padding-inline: 0.5em;

0 commit comments

Comments
 (0)