Skip to content

Commit 15fdc0d

Browse files
committed
[DOI: 10.5281/zenodo.57492] Added version (2016.06) to all pages via CSS
1 parent 74a62f0 commit 15fdc0d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

assets/css/lesson.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,21 @@ ol {
298298
span.fold-unfold {
299299
margin-left: 1em;
300300
opacity: 0.5; }
301+
/* version added automatically */
302+
div.navbar-header::before {
303+
content: "Version 2016.06";
304+
font-size: 10px;
305+
font-family: monospace;
306+
font-weight: bold;
307+
line-height: 1;
308+
/* */
309+
position: fixed;
310+
right: 0;
311+
top: 0;
312+
z-index: 10;
313+
/* */
314+
color: white;
315+
background: rgb(43, 57, 144);
316+
padding: 3px;
317+
border: 1px solid white;
318+
}

0 commit comments

Comments
 (0)