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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2020-03-11 09:00:18 -07:00 committed by David Kinder
parent 910ac9f917
commit 3743edf9c1

View File

@ -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 */