View Single Post
Old 08-18-2024, 10:46 PM   #1
hisspop
Junior Member
hisspop began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2024
Device: kindle ppw 5
first letter displays wrong in ppw5 when sync by amazone - send to kindle

I have kindle ppw 5 with fw 5.16.10

I use only one code first letter css, but they display two ways before and after update firmware.

my code css:

Code:
.drop {
  display: block;
  line-height: 1.6;
  text-align: justify;
  text-indent: 0;
  margin: 0;
  padding: 0.25em 0 0;
}
.fdrop:first-letter {
  float: left;
  font-family: "font22";
  font-size: 300%;
  margin: -0.5em 0;
}
and there are the indications. How to fix ?
Attached Thumbnails
Click image for larger version

Name:	1stLetter 1.jpg
Views:	96
Size:	98.0 KB
ID:	210267   Click image for larger version

Name:	1stLetter 2.jpg
Views:	103
Size:	85.1 KB
ID:	210268  
hisspop is offline   Reply With Quote