Sha256: 816b4f47427a512c14fbc72fe7d9ea7c51bbf8b8e4895acc815375d5711e253c

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 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;
}

Version data entries

2 entries across 1 versions & 1 rubygems

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