Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add note that specs may be outdated on each page (Closes #110)
  • Loading branch information
zoffixznet committed May 23, 2016
1 parent 1c7f86e commit 4791822
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions html/style.css
Expand Up @@ -60,3 +60,21 @@ a:link:hover {
border-bottom: none;
text-decoration: underline;
}

html {
padding-top: 100px;
}

html:before {
content: "Note: these documents may be out of date. For Perl 6 documentation see docs.perl6.org; for specs, see the official test suite.";
text-align: center;
background: red;
color: white;
width: 100%;
display: block;
padding: 20px;
font-size: 110%;
position: absolute;
top: 0;
left: 0;
}

0 comments on commit 4791822

Please sign in to comment.