Commit: 4ea9e752b3caf73ea328f0ded51077c8a2e64852 Author: Levi Morrison <[email protected]> Fri, 21 Mar 2014 16:52:28 -0600 Parents: 4a9d432b7d700693adbe8d7b82a2558e5cc0d903 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=4ea9e752b3caf73ea328f0ded51077c8a2e64852 Log: Code samples are now closer to php.net styles. Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 8877c26..c25ca1c 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -703,9 +703,9 @@ code { font: normal .875rem/1.46 "Source Code Pro", "Courier New", Courier, monospace; } pre.code { - background: #fcfdfe; - border: thin dotted #ccc; - color: #000; + background: #fff; + border: 1px solid #D9D9D9; + color: #333; margin: 0 0 .75rem; padding: .75rem; overflow: auto; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
