Commit: ca69728ce75d3e9e091e34af913bdb298ecbb9b4 Author: Levi Morrison <[email protected]> Thu, 6 Mar 2014 13:20:22 -0700 Parents: 73a8276ad4f5bdef7935768e368a14cf709cc39f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ca69728ce75d3e9e091e34af913bdb298ecbb9b4 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
