FriendsOfEpub Blitz Versions Save

An eBook Framework (CSS + template)

v.1.5.2

4 years ago

Log:

  • Guarded header comment so that it’s output in all stylesheets (to make it a little bit easier for DAISY WordToEPUB)

v.1.5.1

4 years ago

Log:

  • Created a .line-through static mixin in utilities
  • Improved consistency of mixin usage in LESS

v.1.5.0

4 years ago

Log.

With massive props to @ptmkenny for internationalization and config improvements.

  • Improved and completed text-emphasis for Japanese
  • Implemented ruby text in default for Japanese
  • Implemented min-light-height as a variable (for Kindle)
  • Implemented a font-family variable for a custom headings selector
  • Fixed list style type for Kindle
  • Made asterism path a global variable
  • Made link color a separate variable
  • Made font stacks global variables so that they can be reused in the codebase
  • Made Kindle output a flag users can enable/disable (@handle-kindle)

v.1.4.1

4 years ago

Log:

  • Fixed padding-left for lists (switched to relative ems) so that markers can’t be cropped
  • Normalised indents (PRs from @ptmkenny)

v.1.4.0

4 years ago

Log

  • Added internationalization reference to the LESS framework

v.1.3.0

4 years ago

Log

  • Moved Kindle Media Queries and styles into core
  • Removed other MQs

v.1.2.4

4 years ago

Log:

  • Corrected tables’ cell padding (switched back to px value instead of % as it depended on RSs’ forcing a relayout)
  • Disabled a11y metadata in an attempt to provide with a reasonable default

v.1.2.3

4 years ago

Resolves a bug in Kindle where usage of page-break-inside: avoid can create blanks (see #29)

v.1.2.2

4 years ago
  • Correct Mobi7 font-size for small-caps

v.1.2.1

4 years ago
  • Corrected .small-caps and created a new .caps-to-small-caps util