Re: css (again)

[email protected] ("Steph Fox") Wed, 12 Jul 2006 19:50:38 +0200
Newsgroups php.gtk.webmaster
Message-ID <0ecb01c6a5db$b05b9290$6602a8c0@foxbox>
Hey Scott,

>>>> 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.

Do you have somewhere to test this before you put it live? I'm a bit 
concerned about it appearing a mess on the live server, since it can take a 
couple of hours to see a server refresh... that particular cell contains a 
lot of different things in a lot of different places, which is why I didn't 
notice the manual wasn't looking too great until just now.

- Steph