From 1957626d9fa430f5876979d7418752a2504d5bf9 Mon Sep 17 00:00:00 2001 From: Deb Taylor Date: Wed, 25 Mar 2020 13:38:08 -0400 Subject: [PATCH] Doc: Remove Construction Progress label from site Signed-off-by: Deb Taylor --- doc/static/acrn-custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/static/acrn-custom.css b/doc/static/acrn-custom.css index 6914466ee..6292a6d6f 100644 --- a/doc/static/acrn-custom.css +++ b/doc/static/acrn-custom.css @@ -5,14 +5,14 @@ max-width: none; } -/* (temporarily) add an under development tagline to the bread crumb */ +/* (temporarily) add an under development tagline to the bread crumb .wy-breadcrumbs::after { content: " (Content reorganization in progress)"; background-color: #FFFACD; color: red; font-weight: bold; } - +*/ /* pygments tweak for white-on-black console */