font size of <tt> tags

Lists: pgsql-www
From: Michael Kefeder <ml(at)weird-birds(dot)org>
To: pgsql-www(at)postgresql(dot)org
Subject: font size of <tt> tags
Date: 2004-12-23 13:21:47
Message-ID: 41CAC66B.9000901@weird-birds.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-www

Hi List

I like the new homepage design of postgresql.org, but the font-size in
the docs for the keywords (fixed font using <tt> tag) within the text is
too small to read. May i suggest to add

tt {
font-size: 120%;
}

to the style sheets? I've tested it on firefox and konqueror, it doesn't
destroy layout there, but the keywords are more readable.

I'd also be happy with any other change that makes them readable, i just
wanted to mention it.

Mike