Commit:    e1918de6c5a67e02d7973a7e0aa00a90e73ac25b
Author:    Sobak <[email protected]>         Wed, 2 Apr 2014 12:43:01 +0200
Parents:   ce696d14d074c1045c84f285173d7e1bb6d68d59
Branches:  master

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

Log:
More IE7 workarounds for request #67003

Bugs:
https://bugs.php.net/67003

Changed paths:
  M  styles/workarounds.ie7.css


Diff:
diff --git a/styles/workarounds.ie7.css b/styles/workarounds.ie7.css
index 51abec6..21e6163 100644
--- a/styles/workarounds.ie7.css
+++ b/styles/workarounds.ie7.css
@@ -1,3 +1,14 @@
 #layout {
     background: white;
+    width: 1170px;
+    margin: 0 auto 1.5em;
+}
+.docs code.parameter {
+    font-size: 1em;
+}
+code, pre.info, .docs .classsynopsis, .docs .classsynopsis code {
+    font-size: 0.875em;
+}
+.refentry, #allnotes {
+    margin: 1.5em;
 }


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

Reply via email to