|
From: Ethan M. <merritt@u.washington.edu> - 2005-10-12 21:35:41
|
On Tuesday 11 October 2005 11:16 pm, Ga=EBl Varoquaux wrote:
> By the way, the fonts are tiny and unreadable in my browser (Firefox)
> for the demo webpages. I am the only one this happens to ?
The web pages as a whole should appear in normal fonts.
The embedded text of the demo scripts is written with style spec
LISTING, PRE=20
{
margin-left: 2% ;
line-height: 1.00 ;
font-size: 0.5em ;
}
This should result in half-size monospaced text. The intent is=20
that the script is less likely to overlap with the plot itself.
The size it appears in your browser will depend on what you have
set as a default size for the monospace font, and the minimum
fontsize overall. =20
=46or me it comes out small but very legible in firefox.
But I see that it is hitting the minimum fontsize limit (9)
rather than the default/2 (12/2=3D6), so I will increase that spec
on the web site to fontsize to 75% of default instead.
See if that is better for you.
=2D-=20
Ethan A Merritt merritt@u.washington.edu
Biomolecular Structure Center
Mailstop 357742
University of Washington, Seattle, WA 98195
|