minor formating changes

This commit is contained in:
John Morris 2019-06-18 14:46:38 -04:00
parent c357ec83c4
commit 893bdb29b2
1 changed files with 32 additions and 36 deletions

View File

@ -144,39 +144,35 @@ each left justified.
.. table:: .. table::
:widths: grid :widths: grid
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Description | Tag | Start HTML | End HTML | | Description | Tag | Start HTML | End HTML |
+================+=====+=====================================+================+ +================+=====+======================================+================+
| Align Left | al + `<div align="left">` | `</div>` | | Align Left | al | ``<div align="left">`` | ``</div>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Align Center | ac + `<div align="center">` | `</div>` | | Align Center | ac | ``<div align="center">`` | ``</div>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Align Right | ar + `<div align="right">` | `</div>` | | Align Right | ar | ``<div align="right">`` | ``</div>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Font size ˄ | fu | `<big>` | `</big>` | | Font size ˄ | fu | ``<big>`` | ``</big>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Font size ˅ | fd | `<small>` | `</small>` | | Font size ˅ | fd | ``<small>`` | ``</small>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Font size 20pt | f20 | `<span style="font-size: 20pt">` | `</span>` + | Font size 20pt | f20 | ``<span style="font-size: 20pt">`` | ``</span>`` +
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Arial |arial| `<span style="font-family:arial;">` | `</span>` | | Arial |arial| ``<span style="font-family:arial;">``| ``</span>`` |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Times New |times| `<span style="font-family: | `</span>` | | Times New |times| ``<span style="font-family: | `</span>`` |
| Roman | | times new roman;">` | | | Roman | | times new roman;">`` | |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Paragraph with | phg | `<div style=" padding-left: 2em; | `</div>` | | Paragraph with | phg | ``<div style=" padding-left: 2em; | ``</div>`` |
| hanging test | | text-indent: -0.5em; | | | hanging test | | text-indent: -0.5em; | |
| | | adding-left: 2em; | | | | | adding-left: 2em; | |
| | | padding-bottom:0.1em; margin:4em; | | | | | padding-bottom:0.1em; margin:4em; | |
| | | float: left; ">` | | | | | float: left; ">`` | |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Column left | cl | `<div style="position:absolute; | `</div>` | | Column left | cl | ``<div style="position:absolute; | ``</div>`` |
| | | margin-left:0%>` | | | | | margin-left:0%>`` | |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+
| Column right | cr | `<div style="position:absolute; | `</div>` | | Column right | cr | ``<div style="position:absolute; | ``</div>`` |
| | | margin-left:50%>` | | | | | margin-left:50%>`` | |
+----------------+-----+-------------------------------------+----------------+ +----------------+-----+--------------------------------------+----------------+