Commit: 35dae10fe004e3cf476ba8fcee40190b0c449d57 Author: Levi Morrison <[email protected]> Tue, 8 Apr 2014 19:31:27 -0600 Parents: 2cc4350194b17de1c2910b63102007ce7d889312 Branches: master
Link: http://git.php.net/?p=web/shared.git;a=commitdiff;h=35dae10fe004e3cf476ba8fcee40190b0c449d57 Log: Wiki: shadow on block code snippets was much too light. Changed paths: M styles/wiki.css Diff: diff --git a/styles/wiki.css b/styles/wiki.css index 53f3715..06b5e3b 100644 --- a/styles/wiki.css +++ b/styles/wiki.css @@ -712,7 +712,7 @@ code { } pre.code { background: #fff; - box-shadow:inset 0 0 1px #ccc; + box-shadow:inset 0 0 1px #999; color: #333; margin: 0 0 1.5rem; padding: .75rem; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
