doc: add 0.1 release notes

Initial version of 0.1 release notes, plus a CSS tweak for tables

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-09 23:23:36 -08:00
committed by Jack Ren
parent ff45e24732
commit 48df39c8fd
2 changed files with 59 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ span.caption-number::after {
content: ": ";
}
table.align-center {
display: table !important;
}
/* make .. hlist:: tables fill the page */
table.hlist {
width: 95% !important;