Commit: 4f7faa4e5f8df162b3022ec343caa2c28c7bb85e Author: Levi Morrison <le...@php.net> Fri, 26 Jul 2013 11:07:58 -0600 Parents: 24151bdb23dd6c340e1bec1c7b7c817301113fd1 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4f7faa4e5f8df162b3022ec343caa2c28c7bb85e 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