doc: remove "under construction" tagline

we're getting close...

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-03-10 14:55:35 -08:00 committed by Jack Ren
parent da54bde3a7
commit af66e95112
1 changed files with 2 additions and 1 deletions

View File

@ -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 {