Skip to content

Commit

Permalink
Display historical message based on <body> and not <html>
Browse files Browse the repository at this point in the history
Fixes rendering issues on rekonq
  • Loading branch information
zoffixznet committed Aug 9, 2016
1 parent 837c3d8 commit 2e72b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/perl-with-historical-message.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
and we can't specify more than one stylesheet to the podhtml.pl program. So... import
*/

html {
body {
padding-top: 100px;
}

html:before {
body: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: #600;
Expand Down

0 comments on commit 2e72b5d

Please sign in to comment.