php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57195 Font is unreadable in Opera 9.01
Submitted: 2006-08-24 12:41 UTC Modified: 2006-08-24 18:48 UTC
From: eduardo593734256 at gmail dot com Assigned: pajoye (profile)
Status: Closed Package: PECL bug system (PECL)
PHP Version: Irrelevant OS: Windows XP
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: eduardo593734256 at gmail dot com
New email:
PHP Version: OS:

 

 [2006-08-24 12:41 UTC] eduardo593734256 at gmail dot com
Description:
------------
The font gets too small in Opera 9.01

Test script:
---------------
Look at bug page in Opera 9.01

Expected result:
----------------
(BIG, LEGIBLE FONT)

Actual result:
--------------
(small, unreadable font)

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-24 12:47 UTC] pajoye@php.net
Provide a screenshot (a link to a shot), I don't use opera and I don't think many of us do.

Also patches are welcome, if you have a way to make it better under opera 9 while keeping the good looking with mozilla/IE, please do :)
 [2006-08-24 17:29 UTC] eduardo593734256 at gmail dot com
The following fixes Opera and keeps rendering the same on other browsers. 

File "style.css", element pre (line 355):

from: 
    font-size: 90%;
to: 
    font-size: 0.9em;

Screenshots:
<http://br.pg.photos.yahoo.com/ph/ppuugg/album?.dir=4ce4scd>
 [2006-08-24 18:48 UTC] pajoye@php.net
Fixed, thanks for the patch!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 07 23:01:27 2024 UTC