Dan Melomedman writes: 

> Is this just me, or the default font sizes as shipped with SqWebMail are 
> HUGE in 800x600 in IE on Windows? Or is this intended behavior. Looks much 
> better in higher resolutions. 

The default font size in sqwebmail is your browser's default font size. 

[mrsam@ny images]$ grep font-size sqwebmail.css
.pagetitle TH { padding: 8pt; color: #FFCC99; font-size: 200%; }
.pagetitle TD { padding: 8pt; color: #FFCC99; font-size: 90%; }
.subfolderlistunread, .folderlistunread { color: #800000; font-size: 90% }
.mailfilter-title { font-size: 125% }
.error { color: #C00000; font-size: 150% } 

Those are the only elements that have an explicit font size: the page title 
on the top, the unread messages indicator, something on the mailfilter page, 
and error messages.  And all font sizes are relative to the baseline font 
size that's set in the browser. 

-- 
Sam 

Reply via email to