View Single Post
Old 01-10-2011, 05:34 AM   #1
tscamera
Enthusiast
tscamera began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Dec 2010
Device: PRS-650 ... ipad
Question reformatting: wanted line-hight

and again, something i don't get:

i do have two 8pt lines as, let's say pagenumbers and footers.
but the space between them is to much.
i would like to have them closer.

html is:
<div class="s3">
<p class="calibre2"><span class="none10">123</span></p>
</div>

<div class="s3">
<p class="calibre2"><span class="none10">FOOTER</span></p>
</div>

css is:
.s3 {
border-bottom: 0;
border-top: 0;
display: block;
font-style: italic;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: right;
text-indent: 1.5em
}
_
.calibre2 {
border-bottom: 0;
border-top: 0;
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
text-indent: 1.5em
}
_
.none10 {
font-size: 0.48387em;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none
}
.s3 and .none 10 -- is used in other formatted lines, so i can't (won't) change them.
if i look at the cursor, placed in the lines, the cursor has a normal, means 12pt hight.

any clues?
tscamera is offline   Reply With Quote