1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix display of literal blocks

This fixes:

- height of lines in literal blocks (all browsers)
- literal blocks in Japanese docs (Firefox)
This commit is contained in:
Sébastien Helleu
2022-07-04 23:42:36 +02:00
parent 59a4142b00
commit e8c255770f
+2 -2
View File
@@ -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 {