How to make smaller font when printing.

Antonio Gallardo Rivera <agallardo-gnYFF1kxAWrcrWRiPd1x/[email protected]>
Newsgroups gmane.comp.web.sql-ledger.user
Organization AG Software, S. A.
Message-ID <[email protected]>
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]/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.