Commit:    69451a2b1c1b9294a2480fa1c65b459b022f0649
Author:    Levi Morrison <le...@php.net>         Fri, 26 Jul 2013 11:07:58 -0600
Parents:   b82261d2972ca3cb391718b1d3fecd428bedd8c5
Branches:  responsive

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

Log:
Reimplemented logo opacity in CSS instead of changing the image; it is easier 
to change CSS than the image.

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


Diff:
diff --git a/images/logos/php-l...@2x.png b/images/logos/php-l...@2x.png
index b1d519d..aa4da62 100644
Binary files a/images/logos/php-l...@2x.png and b/images/logos/php-l...@2x.png 
differ
diff --git a/styles/theme.css b/styles/theme.css
index 5361a09..0fa7f25 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -217,6 +217,7 @@ hr {
 }
 .navbar .brand img {
     padding:4px 0 2px;
+    opacity:.75;
 }
 .navbar a {
     border:0;


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

Reply via email to