Commit:    6909511e587d4aa4964de4205844bc99a2febf54
Author:    Levi Morrison <[email protected]>         Wed, 25 Sep 2013 12:59:13 -0600
Parents:   4ed88267847f833d21a90935ad4479ba1b113d93
Branches:  master

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

Log:
Several IE versions are not rendering the logo properly. I believe this will 
fix that issue.

Changed paths:
  M  styles/bootstrap.css
  M  styles/theme.css


Diff:
diff --git a/styles/bootstrap.css b/styles/bootstrap.css
index 6d94fe3..b1e3402 100644
--- a/styles/bootstrap.css
+++ b/styles/bootstrap.css
@@ -83,22 +83,6 @@ sup {
 sub {
   bottom: -0.25em;
 }
-img {
-  /* Responsive images (ensure images don't scale beyond their parents) */
-
-  max-width: 100%;
-  /* Part 1: Set a maxium relative to the parent */
-
-  width: auto\9;
-  /* IE7-8 need help adjusting responsive images */
-
-  height: auto;
-  /* Part 2: Scale the height according to the width, otherwise you get 
stretching */
-
-  vertical-align: middle;
-  border: 0;
-  -ms-interpolation-mode: bicubic;
-}
 #map_canvas img,
 .google-maps img {
   max-width: none;
diff --git a/styles/theme.css b/styles/theme.css
index 21210bd..0b7121a 100755
--- a/styles/theme.css
+++ b/styles/theme.css
@@ -195,7 +195,8 @@ hr {
     margin-right:.75em;
 }
 .navbar .brand img {
-    padding:4px 0 2px;
+    padding:4px 0 0;
+    margin-bottom:-1px;
     opacity:.75;
 }
 .navbar a {


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

Reply via email to