Commit: f1b98d365118712a73f1ac64633b39001b0cdf8f Author: Levi Morrison <[email protected]> Sun, 15 Dec 2013 16:04:11 -0700 Parents: b00017e929f42017c48ce383370a1f906f4b11d9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f1b98d365118712a73f1ac64633b39001b0cdf8f Log: Increased contrast on user note border. Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index a2936e6..7b833c2 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -227,12 +227,11 @@ div.warning:before { color: black; } #usernotes .note .text { - background-color: #f2f2f2; - border-top-color: #d9d9d9; - border-bottom-color: #d9d9d9; + background-color: #F2F2F2; + border-color: #CCC; box-shadow: - inset 2px 0 2px -2px #d9d9d9, - inset -2px 0 2px -2px #d9d9d9; + inset 2px 0 2px -2px #CCC, + inset -2px 0 2px -2px #CCC; } #usernotes .note .votes .tally { color: #262626; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
