Commit: 62d06ad7f0e41227070381c113ebfd01756c13f7 Author: Levi Morrison <[email protected]> Tue, 25 Jun 2013 16:04:02 -0600 Parents: 35b0f45dd85c604bb78e072a85acba29b2e7e615 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=62d06ad7f0e41227070381c113ebfd01756c13f7 Log: Adjusted px to em for better font-scaling. Changed paths: M styles/doc.css Diff: diff --git a/styles/doc.css b/styles/doc.css index 2c60dcf..b12839a 100755 --- a/styles/doc.css +++ b/styles/doc.css @@ -187,7 +187,7 @@ aside#quicktoc { /* }}} */ .docs .refentry { - padding-top: 25px; + padding-top: 1.5em; } .docs .refentry .constructorsynopsis, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
