Slightly less bad on mobile, clarify printing instructions for Android

This commit is contained in:
Ian Gulliver
2018-11-20 16:23:05 +00:00
parent 40ac7dab95
commit 73d0b3ffa7
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class PassMate {
this.ownerOut.innerText = this.ownerIn.innerText;
});
this.addElement('blurb', overview, 'The book needs to be printed two-sided to make sense; you need to use a printer that supports that. The book uses 14 sheets of paper and provides 260 unique passwords, organized into groups of 10 by first letter of website name.');
this.addElement('blurb', overview, 'You need a printer that supports printing two-sided for the book to make sense. Print with the following options: Paper size: Letter, Layout/Orientation: Landscape, Two-sided: Long edge (or just enabled). The book uses 14 sheets of paper and provides 260 unique passwords, organized into groups of 10 by first letter of website name.');
let print = this.addElement('blurb', overview, 'You can print the book now by clicking here.');
print.style.fontWeight = 'bold';
print.style.cursor = 'pointer';