doc: tweak table CSS for caption location

Table captions and figure captions, by default, appear in different
locations.  Move table captions below the table to match figures.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-08-01 17:00:12 -07:00 committed by Kumar Gala
parent 69a211fe00
commit 2cf47fed38
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ 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;