Commit: e1e4248e16c7da7a96f6e78739fb9209e675e434 Author: Levi Morrison <[email protected]> Thu, 3 Oct 2013 13:31:09 -0600 Parents: c84de0d53f812a0a1b0476eb269ecdc90455ce06 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e1e4248e16c7da7a96f6e78739fb9209e675e434 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
