View Single Post
Old 10-01-2012, 12:38 AM   #1
naisren
Enthusiast
naisren began at the beginning.
 
Posts: 41
Karma: 12
Join Date: Jul 2009
Device: ppc
How to change the font-size in the body tag in css?

extra css before conversion
body {
font-size: 0.8em;
}

WISH: stylesheet.css after conversion
.calibre {
display: block;
font-size: 0.8em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: left
}

but in fact, stylesheet.css after conversion
.calibre {
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
margin-top: 0;
page-break-before: always;
text-align: left
}

Why Calibre could not follow my purpose, just force the font-size as 1em?
1em in body tag is too big for me.

Last edited by naisren; 10-01-2012 at 04:02 AM.
naisren is offline   Reply With Quote