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:
parent
da54bde3a7
commit
af66e95112
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue