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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
25 + 34 = ?
Subscribe to this entry?

 
 [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

Add a Patch

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: Thu Mar 28 18:01:29 2024 UTC