diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 11:39:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-10-20 11:39:11 +0200 |
commit | 64d01f47fa23383090132503992b38144b959ddf (patch) | |
tree | eba2b3a220f4b28f9486e22d3da13f34fdb771ee /doc/de/autogen/user/python_commands.txt | |
parent | 53ec644ce1775a5f5f03cdb46db9dadebec33b7f (diff) | |
download | weechat-64d01f47fa23383090132503992b38144b959ddf.zip |
doc: fix layout of HTML docs when they are printed
Some long lines in docs were causing a zoom, and then the text font was
smaller than it should be. Some styles have been fixed to remove the zoom
and keep the original ratio.
Diffstat (limited to 'doc/de/autogen/user/python_commands.txt')
-rw-r--r-- | doc/de/autogen/user/python_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/de/autogen/user/python_commands.txt b/doc/de/autogen/user/python_commands.txt index dc126f3fa..baff4042b 100644 --- a/doc/de/autogen/user/python_commands.txt +++ b/doc/de/autogen/user/python_commands.txt @@ -1,6 +1,7 @@ [[command_python_python]] [command]*`python`* auflisten/installieren/deinstallieren von Skripten:: -........................................ + +---------------------------------------- /python list|listfull [<name>] load [-q] <filename> autoload @@ -17,5 +18,5 @@ filename: Skript (Datei) welches geladen werden soll -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. -........................................ +---------------------------------------- |