X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/829781346b75bdd66e4c964e8bce3b84cf8ed3fc..01d61f72fed7ac041786ea69d1b080f45a4c49d1:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index cabdc90..fa0e14f 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -41,7 +41,7 @@ sub stylesheet { return join "\n", map { sprintf( '', - $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.7", $_ + $_ eq $style ? 'stylesheet' : 'alternate stylesheet', "/$_.css?1.9", $_ ) } @_; } @@ -109,6 +109,7 @@ sub Html { $meta->{title} + EOT print $_, "\n" for $meta->{stylesheet} || (); @@ -122,6 +123,8 @@ EOT 'opacity: .5', 'border: 1ex solid red', 'border-width: 1ex 0', + 'z-index: 1', + 'background: inherit', ) if $ENV{HTTP_HOST} =~ /\bdev\./; # prepare trailing output @@ -130,7 +133,7 @@ EOT