Re: css (again)

[email protected] ("Steph Fox") Wed, 12 Jul 2006 19:32:52 +0200
Newsgroups php.gtk.webmaster
Message-ID <0ea201c6a5d9$348a6850$6602a8c0@foxbox>
> Steph Fox wrote:
>> Scott, can you do anything about the tiny tiny tiny fontsize in the 
>> sidebars?
>>
>> http://gtk.php.net/manual/en/reference.php
>>
>
> The content in the sidebar is wrapped in <small></small> tags. We can 
> either a) update the docs to not produce those tags b) update the style 
> sheet to set the size for ".sidebar small" to a reasonable size or c) 
> both.

I vote for altering the stylesheets alone rather than messing with the 
generated content. a) it's less work and b) it's easier to keep up with the 
changes.

> I vote for c. The stylesheet fix will take care of the appearance until 
> the <small> tags are removed. Of course, if the tags are there for a 
> particular reason, we may have to re-evaluate things.
>
> I'll update the stylesheet.
>
> Scott