diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-22 19:10:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-22 19:10:25 +0100 |
commit | dcebdd6a5591575b5c59bb1cefca1ed375d5083e (patch) | |
tree | 94e45399ebd0079006b76bb5cc4e3eefc8eda6da /doc | |
parent | 186a4655756ad8951f928104dc3bfb36494c9891 (diff) | |
download | weechat-dcebdd6a5591575b5c59bb1cefca1ed375d5083e.zip |
doc: fix font size in literal blocks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/docinfo.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html index 45f4da560..fed2f0ad9 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -17,7 +17,6 @@ h1,h2,h3,h4,h5 { .literalblock pre { font-family: monospace, 'Courier New', Courier; line-height: normal; - font-size: .95em; } kbd { font-size: .9em; |