Sha256: 2f5573611f51f1b314178a04717244be2a11188bb708b2e965d9bd5c3d3c9260
Contents?: true
Size: 557 Bytes
Versions: 4
Compression:
Stored size: 557 Bytes
Contents
// Cover image. This is useful for landing pages for individual books. // No nav bar obscuring cover image .cover #nav-bar { display: none; } body.cover { margin: 0; padding: 0; text-align: center; } .cover h1 { line-height: 0; font-size: 0; } p.cover { margin: 0 auto; padding: 0; text-align: center; text-indent: 0; height: 100vh; } img.cover { max-height: 100%; max-width: 100%; border: 1px solid #f9f9f9; } img.thumbnail { margin: 0 2em 0 0; height: 10em; float: left; border: 1px solid #f9f9f9; }
Version data entries
4 entries across 4 versions & 1 rubygems