Hi.
I just what to share this little expirence.
My acccountant recently asked me to make smaller the font system. To make the
reports more readables.
To do that just:
1- go to direrctory "SQL-INSTALL-DIRECTORY/css"
2-Edit the file "sql-ledger.css"
and edit the attributes "font-size: 12pt;" from "body" and "td" elements.
Example:
By default there are:
body {
font-family: Verdana, Arial, Helvetica;
font-size: 12pt;
background-color: white;
color: black
}
td {
font-family: Verdana, Arial, Helvetica;
font-size: 12pt;
}
Change it to:
body {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
background-color: white;
color: black
}
td {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
}
That is all! ;)
Regards,
Antonio Gallardo
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
-------------------------------------------------------
(un)subscribe: http://lists.sourceforge.net/lists/listinfo/sql-ledger-users
Archive: http://www.mail-archive.com/[email protected]/