openstax / oer.exports

Converter to various book formats (PDF, epub, mobi)
2 stars 0 forks source link

Click and Explore feature is missing style #172

Closed edwoodward closed 10 years ago

edwoodward commented 10 years ago

This could be a markup issue. On pg. 8 of the PDF at naginata.cnx.rice.edu:9090/content/col10023/latest/, the Click and Explore feature is missing styling.

From PDF screen shot 2014-02-10 at 8 57 37 am

From Template screen shot 2014-02-10 at 8 58 13 am

InconceivableVizzini commented 10 years ago

Please review this again, the Click and Explore feature had a bug which complicated things (Problems with princexmls handling of linear-gradient), which has been resolved.

InconceivableVizzini commented 10 years ago

Here is the current markup for the click and explore feature. This will probably change to get rid of qr code images.

<note class="note history click-and-explore">
 <media alt="Insert Alt Tag">
  <image mime-type="image/jpg" src="qr.jpg"/>
 </media>
 <para>Scientific research is a critical tool for successfully navigating our way through our complex world.</para>
</note>
sosproduction commented 10 years ago

Will insert in test data locally and take a look just to verify. Will move to Naginata test data afterwards

edwoodward commented 10 years ago

This is fixed