diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-12 15:44:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-12 18:37:46 +0200 |
commit | 86cfce07f0dde930f00b2879b444734849073f2e (patch) | |
tree | 1c91814d60727098ea40306a77902f4e331b791c /doc/en | |
parent | d6b6a1d85c9d559cae98ee044e0f4c770e51f833 (diff) | |
download | weechat-86cfce07f0dde930f00b2879b444734849073f2e.zip |
doc: remove centering in some tables (user's guide)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 65b49614f..aade57e28 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -823,7 +823,7 @@ you can change it with these two commands: Basic colors in WeeChat are: -[width="50%",cols="^3m,8",options="header"] +[width="50%",cols="1m,4",options="header"] |=== | Name | Color | default | Default terminal color (transparent for background) @@ -2062,7 +2062,7 @@ Examples to load, unload or list plugins: Default plugins are: -[width="100%",cols="^1,5",options="header"] +[width="100%",cols="1,8",options="header"] |=== | Plugin | Description | alias | Define alias for commands. @@ -2770,7 +2770,7 @@ If you want to restore standard CTCP reply, then remove option: Following codes can be used in strings and are automatically expanded by WeeChat when replying to CTCP: -[width="100%",cols="^2l,4,8",options="header"] +[width="100%",cols="2l,4,8",options="header"] |=== | Code | Description | Value/example | $clientinfo | List of supported CTCP | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` @@ -2792,7 +2792,7 @@ if WeeChat has been compiled inside the git repository and if git was installed. If CTCP options are not defined (by default), CTCP replies are: -[width="100%",cols="^2,4,8",options="header"] +[width="100%",cols="2,4,8",options="header"] |=== | CTCP | Reply format | Example | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` |