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 81e8aeb commit e0419ddCopy full SHA for e0419dd
1 file changed
css/swc.css
@@ -827,3 +827,21 @@ div.chapter h2 {
827
margin: 0px 0px;
828
}
829
830
+/* version added automatically */
831
+div.banner::before {
832
+ content: "Version 2015.08";
833
+ font-size: 10px;
834
+ font-family: monospace;
835
+ font-weight: bold;
836
+ line-height: 1;
837
+ /* */
838
+ position: fixed;
839
+ right: 0;
840
+ top: 0;
841
+ z-index: 10;
842
843
+ color: white;
844
+ background: rgb(43, 57, 144);
845
+ padding: 3px;
846
+ border: 1px solid white;
847
+}
0 commit comments