diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-26 11:49:11 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-26 11:49:11 +0100 |
commit | a5aaed89d202d9b26862a8ad4cdc683d60c1e252 (patch) | |
tree | cfa42093c238428d5730559ce4946142209a1ae6 /doc/asciidoc.css | |
parent | 54a20674227f8bd24e3e1b946227792901b12e2f (diff) | |
download | weechat-a5aaed89d202d9b26862a8ad4cdc683d60c1e252.zip |
doc: fix monospaced font used for literal and listing blocks in japanese
Diffstat (limited to 'doc/asciidoc.css')
-rw-r--r-- | doc/asciidoc.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc.css b/doc/asciidoc.css index 17d949006..f9c0e1423 100644 --- a/doc/asciidoc.css +++ b/doc/asciidoc.css @@ -7,8 +7,8 @@ div.sectionbody { h5 { font-size: 0.95em; } -tt { - font-family: monospace; +pre, tt { + font-size: 14px; } span.command { background: #EEEEFF; |