Commit: 3d54a63cea7ea0c2832c5508b93705af7780fb93 Author: Sobak <[email protected]> Wed, 2 Apr 2014 12:43:01 +0200 Parents: 85fdad2eabbf87fd4dd13c74bfdaf4c2bee90288 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3d54a63cea7ea0c2832c5508b93705af7780fb93 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
