Thread: KFX Format
View Single Post
Old 03-09-2017, 04:16 PM   #581
eggheadbooks1
Read, don't parrot.
eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.eggheadbooks1 figured out that Keyser Söze was the Kevin Spacey character in less than 20 minutes.
 
Posts: 224
Karma: 110242
Join Date: Apr 2011
Device: Kindle Fire, Kobo Touch, Aldiko for Android
Hi JHowell,

In my media query test I used Amazon's code for displaying different content based on device:

Code:
.defaultcontent
   {display:block;}
.mobicontent
   {display:none;}
@media amzn-mobi {
   .defaultcontent
   {display:none;}
   .mobicontent
   {display:block;}}
This, as opposed to simply styling the same content differently, appears to be the likely culprit. This despite Amazon including the above code in their latest Publishing Guidelines (2017.1). Another death knell for consumers with mobi7 devices?
eggheadbooks1 is offline   Reply With Quote