Skip to content

Commit 70f50d9

Browse files
committed
Manuals controls work
1 parent 588490b commit 70f50d9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

res/doc/img/controls/dots.png

-21.5 KB
Loading

res/doc/img/controls/param_enter.png

5.52 KB
Loading

res/doc/img/controls/params.png

7.29 KB
Loading
15.2 KB
Loading
8.99 KB
Loading
Loading

src/doc/manuals/controls.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@
319319
<h2>Parameter</h2>
320320
<p>Parameters are widgets that display the actual value and measuring units of some controlled parameter.
321321
It is possible do double-click the parameter and enter it's value manually in the popup window.
322-
<p>
323-
<img src="<?= $CTL ?>params.png">
324-
<img src="<?= $CTL ?>param_enter.png">
325-
</p>
322+
<div class="images">
323+
<img class="border" style="margin-right: 10px;" src="<?= $CTL ?>params.png">
324+
<img class="border" src="<?= $CTL ?>param_enter.png">
325+
</div>
326326

327327
<h2>Progress Bar</h2>
328328
<p>
@@ -430,7 +430,7 @@
430430
<b style="color: #00c000">'No data'</b> text.</p>
431431
<p>Example of sample editor widget:</p>
432432
<div class="images">
433-
<img src="<?= $CTL ?>sample_editor.png">
433+
<img class="border" src="<?= $CTL ?>sample_editor.png">
434434
</div>
435435

436436
<h2>Switch</h2>

src/doc/manuals/licensing.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>The LSP project is an open-source project and cares about quality of developed software.</p>
22

3-
<p>Still there is no absolute warranty about stability of the software on different platforms,
3+
<p>Still there is no absolute warranty about stability of the software on different platforms,
44
so you're using this software on your own risk.</p>
55

66
<p>The source code takes a lot of time to develop, so the project uses donation model to
@@ -12,10 +12,10 @@
1212

1313
<p>Below the text of license used by <b>LSP Plugins</b> is present.</p>
1414

15-
<pre>
15+
<pre style="width: fit-content; margin: 0 auto;">
1616
<?php file_content('COPYING.LESSER'); ?>
1717
</pre>
1818

19-
<pre>
19+
<pre style="width: fit-content; margin: 0 auto;">
2020
<?php file_content('COPYING'); ?>
2121
</pre>

0 commit comments

Comments
 (0)