We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a62f0 commit 15fdc0dCopy full SHA for 15fdc0d
assets/css/lesson.css
@@ -298,3 +298,21 @@ ol {
298
span.fold-unfold {
299
margin-left: 1em;
300
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