Commit: f466bef184aaa48ca1e46fdb250eab23887bfbd4 Author: Hannes Magnusson <[email protected]> Tue, 20 Aug 2013 21:18:13 -0700 Parents: 4a4ba118f037e56fe8c763c30d6f8316290b3add Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=f466bef184aaa48ca1e46fdb250eab23887bfbd4 Log: Add som top margin after the header Changed paths: M style.css Diff: diff --git a/style.css b/style.css index c24983d..2bda35f 100644 --- a/style.css +++ b/style.css @@ -146,6 +146,7 @@ div.phpcode span.string { body { font-family: Tahoma, Arial, sans-serif, serif, monospace; background-color: #f8f8f8; + margin-top: 60px; } p.warning, p.warning { padding: 1em; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
