Re: css (again)

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