mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 14:33:38 +00:00
doc: CSS tweak for table caption location
Default behavior is for figure captions below the figure, but table captions above the table. Tweak the CSS for tables to put the caption below instead. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
64f62959dc
commit
56904bc235
5
doc/static/acrn-custom.css
vendored
5
doc/static/acrn-custom.css
vendored
@ -91,6 +91,11 @@ table.align-center {
|
||||
display: table !important;
|
||||
}
|
||||
|
||||
/* put the table caption at the bottom, as done for figures */
|
||||
table {
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
|
||||
.code-block-caption {
|
||||
color: #000;
|
||||
|
Loading…
Reference in New Issue
Block a user