This release represents primarily a refactoring of the SCSS/CSS. View a diff of all the code-level changes in this release. Specifically:
- All CSS comments are now presented in uniform style and spacing c706004
- Base font-size is now specified in
em
units, for greater text-resizing accessibility 646155d - Remove numerous duplicate, redundant, or unused selectors and styles 576cd94, eb21b34, 00da8d5, 37214cc
- Simplify and consolidate numerous styles fbbd210, 534ad9b, 0960ce4, 21dfdf5, a1b29a5, 4e6cdef, 98e8737
- Fix some nonsensical
font-weight
styles 1c3f6da, cb0b2cb - Correct indentation styles b15424a
- Consolidate media queries for handling the masthead 51577da
- Relocate color theme definitions to the end of the stylesheet 0e7ed5c
- Add semantic HTML elements for insertion, deletion, and underline to the "Diplomatic Editions" style declarations c62010e
Additionally, this release relaxes the Bundler requirements, so users with newer versions (2.0.x and greater) of Bundler should no longer receive errors when running bundle install
with Ed. Be sure of course to update the Ed gem itself to take advantage of this improvement. 2aad954