View Single Post
Old 12-10-2012, 03:38 PM   #3
morrow
Enthusiast
morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.morrow ought to be getting tired of karma fortunes by now.
 
morrow's Avatar
 
Posts: 38
Karma: 473242
Join Date: Oct 2012
Device: K3/PW/KV
Quote:
Originally Posted by Doitsu View Post

Code:
span.dropcaps
{ 
        font-weight:normal; 
        font-size:320%; 
        float:left; 
        margin-top:-0.3225em; 
        margin-bottom:-0.3245em; 
 }
Thank you, the code have some effect, but it only made the font slightly larger and darker rather than drop cop.

this is what it should look like


and this is what it look like in paperwhite


code:
Code:
span.dropcaps
{ 
        font-weight:normal; 
        font-size:320%; 
        float:left; 
        margin-top:-0.2225em; 
        margin-bottom:-0.5245em; 
 }
morrow is offline   Reply With Quote