Re: [php-gtk-webmaster] cvs: php-gtk-web / changelog.php download-docs.php download.php faq.php index.php resources.php style.css /include layout.php
[email protected] (Scott Mattocks)
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <[email protected]> |
Christian Weiske wrote:
> cweiske Thu Apr 13 14:07:42 2006 UTC
>
> Modified files:
> /php-gtk-web/include layout.php
> /php-gtk-web style.css resources.php index.php faq.php download.php
> download-docs.php changelog.php
> Log:
> Make the page XHTML compliant
> /* Default font size for elements */
> body, ul, td, th {
> - font-size: 85%;
> + font-size: 90%;
If you are going for standards compliance all of the font sizes should
really be in em's not percentages. This allows for browsers and
accessibility devices to change the size as needed by the user.
Scott