Sha256: 381f0bb8e10600985798dd96255d4a4677ea23f679ca6ce0c462a8e53974f211

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

/* Styles specific to EPUB books */

body {
  width: auto;
  margin-left: 0.5em;
}

.highlight pre {
  font-size: 80%;
  font-weight: bold;
}

code {
  font-size: 100%;
}

.code {
  font-size: 90%;
}

.aside {
  width: auto;
}

/* Needed to prevent red links in Kindle for iPad */
a span.undefined_ref {
  color: #002f72;
}

/* Needed for properly formatted blockquotes in Kindle for iPad */
p.quote {
  margin-left: 2em;
}

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
softcover-1.1.11 lib/softcover/article_template/epub/OEBPS/styles/epub.css
softcover-1.1.11 lib/softcover/book_template/epub/OEBPS/styles/epub.css