Skip to content

Commit

Permalink
[DOI: 10.5281/zenodo.57492] Added version (2016.06) to all pages via CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
twitwi committed Jul 19, 2016
1 parent 74a62f0 commit 15fdc0d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions assets/css/lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 15fdc0d

Please sign in to comment.