Skip to content

Commit

Permalink
Change footnote font size in prince from em to rem (#546)
Browse files Browse the repository at this point in the history
* Change footnote font size in prince from  to
* Update changelog
  • Loading branch information
dannylonglegs authored and dac514 committed May 22, 2019
1 parent ca679cd commit c21c11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- Remove running content from blank pages on post introduction front matter: [#522](https://github.com/pressbooks/pressbooks-book/pull/522)
- Add 'if-map-get' to dt-color variable to fix parse error: [#528](https://github.com/pressbooks/pressbooks-book/pull/528)
- Fix: MOBI Table of Contents cannot be clicked: [#543](https://github.com/pressbooks/pressbooks-book/pull/543)
- Fix: Footnotes in headers inherit header styles: [#544](https://github.com/pressbooks/pressbooks-book/pull/544)
- Fix: Footnotes in headers inherit header styles: [#544](https://github.com/pressbooks/pressbooks-book/pull/544) [#546](https://github.com/pressbooks/pressbooks-book/pull/546)

## 1.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/buckram/assets/styles/variables/_specials.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $footnote-font-family: $body-font-family !default;
/// @type String | Map
$footnote-font-size: (
epub: 0.9em,
prince: 0.8em,
prince: 0.8rem,
web: 0.9em
) !default;

Expand Down

0 comments on commit c21c11c

Please sign in to comment.