Commit: c84de0d53f812a0a1b0476eb269ecdc90455ce06 Author: Levi Morrison <[email protected]> Thu, 3 Oct 2013 13:07:44 -0600 Parents: b1a88fa029c9410d5c0bccfbb910bef64e9f329c Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c84de0d53f812a0a1b0476eb269ecdc90455ce06 Log: Removed italics on initializers. It made certain characters such as \ more difficult to distinguish. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 756f9f6..4fd63d2 100755 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -2722,10 +2722,6 @@ body.downloads #layout .span6 { font-style:normal; font-weight:normal; } -.docs .initializer, -.docs .initializer code { - font-style:italic !important; -} /* }}} */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
