Commit: c6a84178a8a23a8f16feb344d6bdb58f16d1abd8 Author: Hannes Magnusson <bj...@mongodb.com> Tue, 10 Dec 2013 18:43:21 -0800 Parents: 5cac35cca3cf426348a10bafd39ff24b9daf0903 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=c6a84178a8a23a8f16feb344d6bdb58f16d1abd8 Log: Fix overflowing the header for longpages Changed paths: M style.css Diff: diff --git a/style.css b/style.css index 2bda35f..d21788a 100644 --- a/style.css +++ b/style.css @@ -7,6 +7,7 @@ header { border-bottom: 0.2em solid #669; background-color: #99c; box-shadow: -2px 2px 6px #bbb; + z-index: 1; } body { padding: 20px; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php