Skip to content

Commit

Permalink
Added version (2015.08) to all pages via CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
twitwi committed Jun 3, 2016
1 parent 81e8aeb commit e0419dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -827,3 +827,21 @@ div.chapter h2 {
margin: 0px 0px;
}
}
/* version added automatically */
div.banner::before {
content: "Version 2015.08";
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 e0419dd

Please sign in to comment.