diff --git a/index.html b/index.html index 8893fce..71fdb71 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

Bookbinder JS

- A Javascript-based app for formatting PDFs for bookbinding. For more information, feature requests, or to + A Javascript-based app for formatting PDFs for bookbinding-- a process called imposition. For more information, feature requests, or to contribute, view the project's Github repository. If you have issues with this version, you can try the old version instead, which only supports folio layouts.
- ℹ️ + The page is able to save and load your current settings via the site URL. Clicking this button will reset those to the default settings.
diff --git a/package.json b/package.json index 0fe389b..78df06c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookbinder", - "version": "1.3.0", + "version": "1.3.1", "description": "An app to rearrange PDF pages for printing for bookbinding", "type": "module", "scripts": { diff --git a/public/styles.css b/public/styles.css index 2821d9c..97b70d6 100644 --- a/public/styles.css +++ b/public/styles.css @@ -155,6 +155,9 @@ body, .wrapper, #bookbinder { vertical-align: top; } + #reset_settings { - margin-top: 1em; + margin: 1em; + margin-right: 1em; + float: right; }