mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-11 04:52:58 +00:00
Merge pull request #24 from dbkinder/master
doc: remove "under construction" tagline
This commit is contained in:
commit
6100dd1fff
@ -5,13 +5,14 @@
|
|||||||
max-width: none;
|
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 {
|
.wy-breadcrumbs::after {
|
||||||
content: " (Content under development)";
|
content: " (Content under development)";
|
||||||
background-color: #FFFACD;
|
background-color: #FFFACD;
|
||||||
color: red;
|
color: red;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
/* Make the version number more visible */
|
/* Make the version number more visible */
|
||||||
.wy-side-nav-search>div.version {
|
.wy-side-nav-search>div.version {
|
||||||
|
Loading…
Reference in New Issue
Block a user