summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-07-04 23:42:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-07-04 23:42:36 +0200
commite8c255770feec5b8715c9f6aefe9aa3346dfb41e (patch)
tree939ecb3d909b80ca32109a5b417d68b4f3ec3f31
parent59a4142b002624792b6f61992de0e8617c947494 (diff)
downloadweechat-e8c255770feec5b8715c9f6aefe9aa3346dfb41e.zip
doc: fix display of literal blocks
This fixes: - height of lines in literal blocks (all browsers) - literal blocks in Japanese docs (Firefox)
-rw-r--r--doc/docinfo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html
index 8f3340d5b..3b594687d 100644
--- a/doc/docinfo.html
+++ b/doc/docinfo.html
@@ -227,8 +227,8 @@ h1, h2, h3, h4, h5 {
}
.literalblock pre {
- font-family: monospace, 'Courier New', Courier;
- line-height: normal;
+ font-family: "DejaVu Sans Mono", "Liberation Mono", "Lucida Console", monospace, 'Courier New', Courier;
+ line-height: inherit;
}
kbd {