Skip to content

Commit 72165c0

Browse files
committed
docs: Adjust table spacing in topindex page.
1 parent ff319df commit 72165c0

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

docs/topindex.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{% block tables %}
33
<p><strong>Documentation for Micro Python and the pyboard:</strong></p>
44

5-
<table class="contentstable" align="center"><tr>
6-
<td width="40%" style="padding-right:1em;">
5+
<table class="contentstable"><tr>
6+
<td width="40%" style="padding-left:2em;">
77
<p class="biglink">
88
<a class="biglink" href="{{ pathto("quickref") }}">Quick reference for the pyboard</a><br/>
99
<span class="linkdescr">pinout for the pyboard and snippets of useful code</span>
@@ -21,7 +21,7 @@
2121
<span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
2222
</p>
2323
</td>
24-
<td width="40%">
24+
<td width="40%" style="padding-left:2em;">
2525
<p class="biglink">
2626
<a class="biglink" href="{{ pathto("hardware/index") }}">The pyboard hardware</a><br/>
2727
<span class="linkdescr">schematics, dimensions and component datasheets</span>
@@ -38,8 +38,8 @@
3838
</tr></table>
3939

4040
<p><strong>Indices and tables:</strong></p>
41-
<table class="contentstable" align="center"><tr>
42-
<td width="40%" style="padding-right:1em;">
41+
<table class="contentstable"><tr>
42+
<td width="40%" style="padding-left:2em;">
4343
<p class="biglink">
4444
<a class="biglink" href="{{ pathto("py-modindex") }}">Module index</a><br/>
4545
<span class="linkdescr">quick access to all modules</span>
@@ -49,7 +49,7 @@
4949
<span class="linkdescr">all functions, classes, constants</span>
5050
</p>
5151
</td>
52-
<td width="40%">
52+
<td width="40%" style="padding-left:2em;">
5353
<p class="biglink">
5454
<a class="biglink" href="{{ pathto("contents") }}">Table of contents</a><br/>
5555
<span class="linkdescr">a list of all sections and subsections</span>
@@ -63,8 +63,8 @@
6363

6464
<p><strong>External links:</strong></p>
6565

66-
<table class="contentstable" align="center"><tr>
67-
<td width="40%" style="padding-right:1em;">
66+
<table class="contentstable"><tr>
67+
<td width="40%" style="padding-left:2em;">
6868
<p class="biglink">
6969
<a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/>
7070
<span class="linkdescr">the official Micro Python site</span>
@@ -74,7 +74,7 @@
7474
<span class="linkdescr">community discussion for all things related to Micro Python</span>
7575
</p>
7676
</td>
77-
<td width="40%">
77+
<td width="40%" style="padding-left:2em;">
7878
<p class="biglink">
7979
<a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/>
8080
<span class="linkdescr">contribute to the source code on GitHub</span>

0 commit comments

Comments
 (0)