View Single Post
Old 10-29-2013, 04:22 PM   #24
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
Quote:
Originally Posted by thomass View Post
I changed it to 0px and the background issue on the bottom is fixed:
Good... even if it's quite ugly xD 1pt where too much too? or 2pt

Try to reduce also this value to fix the row distance bug:

Code:
.appOuter{
border: 1pt solid #2c2c2c;
height:73pt;
width: 58.1pt;
background-color:#2c2c2c;
display:block;
margin: 5pt 0pt 0pt 3.42pt;
float:left;
display:block;
-webkit-border-radius:3pt;
-webkit-user-select:none;
}
Try with 3pt for example

margin: 3pt 0pt 0pt 3pt; looks good on kindle PW too

Last edited by Aeris; 10-29-2013 at 04:30 PM.
Aeris is offline   Reply With Quote