Sha256: 3219b32ef02979399abb7438f99a48a64ea066ae8a160d46c17be0bc43732005
Contents?: true
Size: 621 Bytes
Versions: 8
Compression:
Stored size: 621 Bytes
Contents
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Cover</title> <style type="text/css"> /*<![CDATA[*/ <% unless book.output_format == 'mobi' %>img { max-width: 100%; }<% end %> body { oeb-column-number: 1; } #cover-image { text-align: center; } /*]]>*/ </style> </head> <body> <div id="cover-image"> <img alt="<%= book.title %>" src="../images/<%= book.cover_image %>" /> </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems