Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add outdatedness note to second stylesheet used by the site as well
  • Loading branch information
zoffixznet committed May 23, 2016
1 parent 4791822 commit 337e775
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions html/perl.css
Expand Up @@ -282,3 +282,20 @@ P.fancyp:first-letter {
padding: 0 0 0 0;
}

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 337e775

Please sign in to comment.