Commit: 2a53a7901844071bd3c63a0b9f3841fecd7f3dc0 Author: Levi Morrison <[email protected]> Thu, 6 Mar 2014 13:20:22 -0700 Parents: 2db3f6fc9eb0221c553d4da03637848f8440bba3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2a53a7901844071bd3c63a0b9f3841fecd7f3dc0 Log: Fixed color descriptions; we use blue now instead of purple Changed paths: M styles/theme-medium.css Diff: diff --git a/styles/theme-medium.css b/styles/theme-medium.css index 58816f5..f275841 100755 --- a/styles/theme-medium.css +++ b/styles/theme-medium.css @@ -2,11 +2,11 @@ * * COLORS: | HEX | * ---------------+---------+ - * light-purple | #E2E4EF | + * light-blue | #E2E4EF | * ---------------+---------+ - * medium-purple | #8892BF | + * medium-blue | #8892BF | * ---------------+---------+ - * dark-purple | #4F5B93 | + * dark-blue | #4F5B93 | * ---------------+---------+ * */ -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
