Commit: 59ec160a59dae0b7bfe9e3f68aa1e33d80eacd0c Author: Levi Morrison <[email protected]> Thu, 3 Oct 2013 13:31:09 -0600 Parents: 9de87bf287f770d48b723d53825919648ecc065f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=59ec160a59dae0b7bfe9e3f68aa1e33d80eacd0c Log: Some minor code formatting improvements. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 4fd63d2..250daaa 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2015,12 +2015,12 @@ body, input, textarea { } code, pre.info { - font: 400 .875em / 1.5 "Source Code Pro", monospace; + font: normal 14px / 1.46 "Source Code Pro", monospace; } .docs .classsynopsis, .docs .classsynopsis code { - font: 400 1em / 1.5 "Source Code Pro", monospace; + font: normal 14px / 1.46 "Source Code Pro", monospace; } #head-beta-warning { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
