Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use less of an eye-bleed color and better positioning for historical …
…message

MadcapJake++
  • Loading branch information
zoffixznet committed May 30, 2016
1 parent 04b3cc6 commit fd990bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions html/perl-with-historical-message.css
Expand Up @@ -10,13 +10,14 @@ html {
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;
background: #600;
color: white;
width: 100%;
display: block;
padding: 20px;
padding: 10px 20px;
font-size: 110%;
position: absolute;
position: fixed;
z-index: 10;
top: 0;
left: 0;
}
Expand Down

0 comments on commit fd990bf

Please sign in to comment.