Sha256: 72276219474aad4f76f6c56ab96a5dc4772c957f79e7abe42d0f28254ea1899c
Contents?: true
Size: 621 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems