Fix tables of values.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 22:14:03 +00:00
parent 95a1c8f7be
commit e19ddf0247
3 changed files with 18 additions and 18 deletions

View File

@@ -2,18 +2,18 @@ The [`<border>`](/css_types/border.md) type can take any of the following values
| Border type | Description |
|-------------|----------------------------------------------------------|
| `"ascii"` | A border with plus, hyphen, and vertical bar characters. |
| `"blank"` | A blank border (reserves space for a border). |
| `"dashed"` | Dashed line border. |
| `"double"` | Double lined border. |
| `"heavy"` | Heavy border. |
| `"hidden"` | Alias for "none". |
| `"hkey"` | Horizontal key-line border. |
| `"inner"` | Thick solid border. |
| `"none"` | Disabled border. |
| `"outer"` | Solid border with additional space around content. |
| `"round"` | Rounded corners. |
| `"solid"` | Solid border. |
| `"tall"` | Solid border with additional space top and bottom. |
| `"vkey"` | Vertical key-line border. |
| `"wide"` | Solid border with additional space left and right. |
| `ascii` | A border with plus, hyphen, and vertical bar characters. |
| `blank` | A blank border (reserves space for a border). |
| `dashed` | Dashed line border. |
| `double` | Double lined border. |
| `heavy` | Heavy border. |
| `hidden` | Alias for "none". |
| `hkey` | Horizontal key-line border. |
| `inner` | Thick solid border. |
| `none` | Disabled border. |
| `outer` | Solid border with additional space around content. |
| `round` | Rounded corners. |
| `solid` | Solid border. |
| `tall` | Solid border with additional space top and bottom. |
| `vkey` | Vertical key-line border. |
| `wide` | Solid border with additional space left and right. |

View File

@@ -2,6 +2,6 @@ The [`<horizontal>`](/css_types/horizontal) type can take any of the following v
| Value | Description |
| ---------------- | -------------------------------------------- |
| `left` (default) | Aligns on the left of the horizontal axis. |
| `center` | Aligns in the center of the horizontal axis. |
| `left` (default) | Aligns on the left of the horizontal axis. |
| `right` | Aligns on the right of the horizontal axis. |

View File

@@ -2,6 +2,6 @@ The [`<vertical>`](/css_types/vertical) type can take any of the following value
| Value | Description |
| --------------- | ------------------------------------------ |
| `top` (default) | Aligns at the top of the vertical axis. |
| `middle` | Aligns in the middle of the vertical axis. |
| `bottom` | Aligns at the bottom of the vertical axis. |
| `middle` | Aligns in the middle of the vertical axis. |
| `top` (default) | Aligns at the top of the vertical axis. |