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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gaborca at webvision dot hu
New email:
PHP Version: OS:

 

 [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 15:01:30 2025 UTC