diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-19 08:58:51 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-19 08:58:51 +0200 |
commit | cb9b2a34e00c38874722a6b8e01e848c57de3834 (patch) | |
tree | 342026d811ab850aeb5e1508a07b596ef60eef26 | |
parent | 499b9be1fb5de71e329087b08c1f6fbf54c8e279 (diff) | |
download | weechat-cb9b2a34e00c38874722a6b8e01e848c57de3834.zip |
doc: increase font size for key bindings
-rw-r--r-- | doc/docinfo.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html index 262a9827e..ccfc22c86 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -19,8 +19,11 @@ h1,h2,h3,h4,h5 { line-height: normal; font-size: .95em; } +.keyseq kbd { + font-size: .7em; +} .tableblock kbd { - font-size: .691em; + font-size: .7438em; } .hex { padding: 0 .2em; |