diff --git a/docs/art/mci.md b/docs/art/mci.md index 36ca4aa6..bc6bab5a 100644 --- a/docs/art/mci.md +++ b/docs/art/mci.md @@ -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 | diff --git a/docs/art/themes.md b/docs/art/themes.md index f0093897..713e2d72 100644 --- a/docs/art/themes.md +++ b/docs/art/themes.md @@ -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`. |