|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-05-25 14:08 UTC] mike@php.net
Description:
------------
The fonts of the PEAR website are rendered way too big for IE.
This could be solved by adding the following three lines to the PEAR stylesheet:
table {
font-size: 100%;
}
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 05:00:01 2025 UTC |
The style sheets have been modified a bit. Can you please check the site out and let me know if this is still a problem? It looks okay for me in IE, but that could be due to my preferences. If /css/style.css still needs tweaking, do we need to add a whole new doodad like this: table { size: 100%; } Or can we put the "size: 100%" in the existing section: table.head, table.middle, table.foot { size: 100%; }