Skip to content

Commit 62980a9

Browse files
authored
Pull info for reset out of info bubble and onto page (#70)
* re-styling text around reset button & adding the word ipmosition to the site * bumping version
1 parent e96de61 commit 62980a9

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="wrapper">
2020
<div class="section" id="intro">
2121
<h1>Bookbinder JS</h1>
22-
A Javascript-based app for formatting PDFs for bookbinding. For more information, feature requests, or to
22+
A Javascript-based app for formatting PDFs for bookbinding-- a process called imposition. For more information, feature requests, or to
2323
contribute, view the project's <a href="https://github.com/momijizukamori/bookbinder-js">Github repository</a>.
2424
If you have issues with this version, you can try the <a href="%BASE_URL%old/index.html">old version</a> instead, which only supports folio layouts.
2525
<center style="font-family:monospace;
@@ -29,7 +29,7 @@ <h1>Bookbinder JS</h1>
2929
<h2>Settings</h2>
3030
<span class="row">
3131
<button type="button" name="reset_settings" id="reset_settings">Reset</button>
32-
<span data-balloon-length="medium" aria-label="The imposer is able to save and load your current settings via the site URL. Clicking this button will reset those to the default settings." data-balloon-pos="up">ℹ️</span>
32+
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.
3333
</span>
3434
</div>
3535
<form id="bookbinder" name="bookbinder">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bookbinder",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "An app to rearrange PDF pages for printing for bookbinding",
55
"type": "module",
66
"scripts": {

public/styles.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ body, .wrapper, #bookbinder {
155155
vertical-align: top;
156156
}
157157

158+
158159
#reset_settings {
159-
margin-top: 1em;
160+
margin: 1em;
161+
margin-right: 1em;
162+
float: right;
160163
}

0 commit comments

Comments
 (0)