From 3743edf9c13af78f01c9bd5e58cab4217ae0716b Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Wed, 11 Mar 2020 09:00:18 -0700 Subject: [PATCH] doc: add site under construction page header While the site is being reorganized, let's put a header on each page letting people know. Signed-off-by: David B. Kinder --- 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 23b63fd9a..6914466ee 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 */