> Hello,
> I have been running Elog for a long time on a variety of RedHat releases,
> (this is a terrific project by the way). Currently running Elog v2.5.7 on
> RedHat (Fedora Core-II) and most is working great excepting being able to
> modify the default fonts being used by Elog when trying to write and save
> in text mode while in Elog's main editing screen.
>
> On my setup the font size is way too small and to work around this problem
> I write and save everything in HTML mode. I've browsed the Elog css file
> but don't yet see where or how to properly set the default font style or
> size for the main screen in the editor. Can you shed some light on this for
> me?
The text style of the main message text is defined in the following lines in the
CSS field:
.messagepre {
font-family:'lucida console',courier,monospace;
font-size:10pt;
}
Locate these lines and change 10pt to 12pt or even 14pt. |