nedu
unread,Mar 25, 2009, 7:48:28 PM3/25/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Documentation
the font Helvetica specified in main.css makes readers uncomfortable
to read rails guides in firefox/xp environment.
Can we use Rails standard fonts like font-family:georgia,"Lucida
Grande",arial,helvetica,sans-serif; (I had to override with stylish to
use verdana font. )
main.css
=======
body {
background:#222222 none repeat scroll 0 0;
color:#999999;
font-family:Helvetica,Arial,sans-serif;
font-size:87.5%;
line-height:1.5em;
text-align:center;
}