Merge pull request #24 from dbkinder/master

doc: remove "under construction" tagline
This commit is contained in:
David Kinder
2018-03-10 15:01:27 -08:00
committed by GitHub

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 {