View Single Post
Old 01-20-2015, 07:29 PM   #116
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 80,212
Karma: 148951761
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rcentros View Post
Here's an example (though Feedbooks are well formatted and don't fall in the class of "poorly formatted). All six eReaders (the 2nd Nook was redundant) showing the same book. The two Kindles in mobi format, the other four in ePub. (The Kindle 4NT is slightly modified, narrower margins than available with factory settings.)
Actually, the eBooks Feedbooks formats are very poor. Bad things are being done under the hood.

Code:
.chapterHeader .translation {
  float:left;
  font-weight: normal;
  margin-top:38px;
  margin-left: -8px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 5px ;
  padding-bottom: 0px;
  padding-top: 0px;
  font-size:26px;
  background-color:#FFF;}
                             
.chapterHeader .count {
  line-height: 100%;
  font-style:normal;
  font-weight: normal;
  text-transform:uppercase;
  font-size:94px;
  margin-right:18px;
  margin-top:-14px;
  margin-bottom: -20px;
  float:left;
  padding:0px;
  background-color:#FFF;}
Using px as a measurement is very bad form. We've already seen that Kobo ignores px. But these eBooks should not be using px anyway. Just changing px to em would not work well as that would change some things to be way too large. Feedbooks needs to figure out the closest em equivalent and fix things so they work.

So you'll need to pick a better created eBook to show off as the ones from Feebooks do not count since they break the rules in a very bad way.
JSWolf is offline   Reply With Quote