From 2d481c0e008ae2c198178561c04a820cef6a1061 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Sat, 10 Mar 2018 14:55:35 -0800 Subject: [PATCH] doc: remove "under construction" tagline we're getting close... Signed-off-by: David B. Kinder --- static/acrn-custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/acrn-custom.css b/static/acrn-custom.css index cd472a640..1fa996555 100644 --- a/static/acrn-custom.css +++ b/static/acrn-custom.css @@ -5,13 +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 under development)"; background-color: #FFFACD; color: red; font-weight: bold; } +*/ /* Make the version number more visible */ .wy-side-nav-search>div.version {