Skip to content

Commit

Permalink
update from devel e57c18a
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarnakov committed Jan 14, 2024
1 parent 549c047 commit 3d92150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitrev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18e927e
e57c18a
4 changes: 2 additions & 2 deletions poisson/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<input type="button" title='r' class="button" id="button_restart" value="restart" onclick="pressButton('r')">
</div>
<div class="row">
<span class="kbdspan"><kbd>click</kbd> draw mask</span>,
<span class="kbdspan"><kbd>space</kbd> toggle pause</span>,
<span class="kbdspan"><kbd>click</kbd> draw mask (imposes zero solution),</span>
<span class="kbdspan"><kbd>space</kbd> toggle pause,</span>
<span class="kbdspan"><kbd>r</kbd> restart</span>
</div>
<div class="row" id="text_status"></div>
Expand Down
1 change: 1 addition & 0 deletions poisson/poisson.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ html, body {
margin-top: 0;
padding: 0.5em;
text-align: center;
max-width: 500px;
}
.row {
margin: 0.5em 0 0.5em 0;
Expand Down

0 comments on commit 3d92150

Please sign in to comment.