Skip to content
Snippets Groups Projects
Commit 5e025b29 authored by Rémi Emonet's avatar Rémi Emonet
Browse files

[DOI: 10.5281/zenodo.58153] Added version (2016.06) to all pages via CSS

parent 8c6aa614
No related merge requests found
......@@ -298,3 +298,21 @@ ol {
span.fold-unfold {
margin-left: 1em;
opacity: 0.5; }
/* version added automatically */
div.navbar-header::before {
content: "Version 2016.06";
font-size: 10px;
font-family: monospace;
font-weight: bold;
line-height: 1;
/* */
position: fixed;
right: 0;
top: 0;
z-index: 10;
/* */
color: white;
background: rgb(43, 57, 144);
padding: 3px;
border: 1px solid white;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment