Skip to content

Commit fde8aa6

Browse files
committed
Merge branch 'master' into gh-pages
2 parents f0f480f + 004f299 commit fde8aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
<a href="https://github.com/geky/littlefs-js">here</a>,
453453
on GitHub where it is hosted.
454454
</div>
455-
<div style="margin-top:30px">
455+
<div style="margin-top:60px">
456456
<div id="littlefs-stats" style="float:left; width:125px; margin-top:-5px; margin-left:2px">
457457
<b>littlefs</b><br>
458458
boots: <span id="boots">0</span><br>
@@ -489,7 +489,7 @@
489489
<td><input id="dynamic-files-count" type="text" size="2" value="3"> x <input id="dynamic-files-size" type="text" size="6" value="512"> bytes</td>
490490
</tr>
491491
</table>
492-
<table style="float:left; margin-left:15px">
492+
<table style="float:left; margin-left:15px; margin-right:15px">
493493
<tr>
494494
<td><label>erase cycles:</label></td>
495495
<td><input id="erase-cycles" type="text" size=6" value="100"></td>
@@ -499,7 +499,7 @@
499499
<td><input id="sim-speed" type="text" size=6" value="60"> hz</td>
500500
</tr>
501501
</table>
502-
<div style="float:left; margin-left:15px; transform:translateY(50%)">
502+
<div style="float:left; transform:translateY(50%); margin-bottom:15px">
503503
<button id="apply">apply</button>
504504
<button id="reset">reset</button>
505505
<button id="step">step</button>

0 commit comments

Comments
 (0)