Skip to content

Commit 3743edf

Browse files
committed
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>
1 parent 910ac9f commit 3743edf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/static/acrn-custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
max-width: none;
66
}
77

8-
/* (temporarily) add an under development tagline to the bread crumb
8+
/* (temporarily) add an under development tagline to the bread crumb */
99
.wy-breadcrumbs::after {
1010
content: " (Content reorganization in progress)";
1111
background-color: #FFFACD;
1212
color: red;
1313
font-weight: bold;
1414
}
15-
*/
15+
1616

1717
/* pygments tweak for white-on-black console */
1818

0 commit comments

Comments
 (0)