Re: css (again)

[email protected] (Scott Mattocks) Wed, 12 Jul 2006 13:45:06 -0400
Newsgroups php.gtk.webmaster
Message-ID <[email protected]>
Steph Fox wrote:
>> 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.

Actually, I was wrong. The <small> tags are added in shared-manual.inc. 
Any objections to removing the <small> tags and giving the <td> cell an 
id? That way we can still control the appearance with the stylesheet and 
it is a little more clear what is happening.

Scott