Fix tables hopefully

This commit is contained in:
Bryan Ashby 2018-11-16 18:42:04 -07:00
parent f1f749499f
commit d83201248a
2 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ for a full listing. Many codes attempt to pay homage to Oblivion/2, iNiQUiTY, et
| `SU` | Total uploads, system wide |
| `SP` | Total uploaded amount, system wide (formatted to appropriate bytes/megs/etc.) |
Some additional special case codes also exist:
| Code | Description |
|--------|--------------|
| `CF##` | Moves the cursor position forward _##_ characters |

View File

@ -42,7 +42,7 @@ The `info` configuration block describes the theme itself.
The `customization` block in is itself broken up into major parts:
| Item | Description |
|-------------|----------|----------------------------------------------------------|
|-------------|---------------------------------------------------|
| `defaults` | Default values to use when this theme is active. These values override system defaults, but can still be overridden themselves in specific areas of your theme. |
| `menus` | The bulk of what you theme in the system will be here. Any menu (that is, anything you find in `menu.hjson`) can be tweaked. |
| `prompts` | Similar to `menus`, this file themes prompts found in `prompts.hjson`. |