From 6d63cb3cba642ce339432f9e16bb5d1a44e092cf Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 23 May 2018 08:57:58 -0700 Subject: [PATCH] doc: fix error in custom CSS file Typo caused some styles to be missed Signed-off-by: David B. Kinder --- doc/static/acrn-custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 62663fb6c..04f299711 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -19,7 +19,8 @@ position: static; border-top: none; padding: 0px; -} */ +} +*/ .rst-versions .rst-current-version { padding: 5px; @@ -81,7 +82,7 @@ table.align-center { padding: 1em 0; text-align: center; } -` + /* make .. hlist:: tables fill the page */ table.hlist { width: 95% !important;