Commit:    b82261d2972ca3cb391718b1d3fecd428bedd8c5
Author:    Levi Morrison <le...@php.net>         Fri, 26 Jul 2013 10:56:59 -0600
Parents:   1dbb06258b238d03aa9228e397cbd25b673bb478
Branches:  responsive

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=b82261d2972ca3cb391718b1d3fecd428bedd8c5

Log:
Adjusted grey background on homepage to have a slight purple tint. Also made 
the logo slightly transparent to blend in better.

Changed paths:
  M  images/logos/php-l...@2x.png
  M  styles/home.css


Diff:
diff --git a/images/logos/php-l...@2x.png b/images/logos/php-l...@2x.png
index aa4da62..b1d519d 100644
Binary files a/images/logos/php-l...@2x.png and b/images/logos/php-l...@2x.png 
differ
diff --git a/styles/home.css b/styles/home.css
index b69fb07..c1746d8 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -4,8 +4,8 @@ complimentary greens: 9FB553    7B8851    61761B    C6DA82    
CCDA99
 
 */
 #intro {
-    background:#444;
-    box-shadow:inset 0 0 1.5em rgba(0,0,0,.375);
+    background:#444449;
+    box-shadow:inset 0 0 2em rgba(0,0,0,.375);
     color:#fff;
     border-bottom:.25em solid #99c;
 }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to