php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #67003 IE7 css workaround
Submitted: 2014-04-02 09:20 UTC Modified: 2014-04-02 10:48 UTC
From: gaborca at webvision dot hu Assigned: sobak (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
 [2014-04-02 09:20 UTC] gaborca at webvision dot hu
Description:
------------
I'd like to ask you to add the following lines to "workarounds.ie7.css", so php.net will be usable in this browser.
.docs code.parameter {
    font-size: 1em;
}
code, pre.info, .docs .classsynopsis, .docs .classsynopsis code {
    font-size: 0.875em;
}
#layout {
    width: 1170px;
    margin: 0px auto 1.5em;
    background: white;
}
.refentry, #allnotes {
    margin: 1.5em;
}


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-04-02 10:48 UTC] sobak@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: sobak
 [2014-04-02 10:48 UTC] sobak@php.net
Changes you proposed has been committed. Since the websites are not directly
updated from the repository, the changes might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 05:01:32 2025 UTC