Skip to content

Commit

Permalink
Correcting typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHeadwar committed Aug 2, 2019
1 parent bbdbb9c commit 863e57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/import-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>Importing options</h2>
<p>
The <kbd class="menu">Insert at</kbd> option chooses where in time the file will be imported, amongst:
</p>
</ul>
<ul>
<li>the <dfn>file timestamp</dfn> (if available, zero by default)</li>
<li>at the <a href="@@edit-point-control"><dfn>edit point</dfn></a></li>
<li>at the <dfn>playhead</dfn></li>
Expand Down
2 changes: 1 addition & 1 deletion source/css/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ h6 { font-size: 1.1em; }
h1,h2,h3,h4,h5 {
font-weight: bold;
page-break-after: avoid;
page-break-inside:avoid;
page-break-inside: avoid;
line-height: 1.25em;
}

Expand Down

0 comments on commit 863e57e

Please sign in to comment.