diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-12-21 19:47:50 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-12-21 19:47:50 -0800 |
commit | 4c5f93c7a75a7bcfd61dc557ccbd7e8e143e4a9d (patch) | |
tree | 6adc4479d0aefc44ad6b27dff77a867fdbf29857 /ext/fg/css/frame.css | |
parent | 4cafa6d08fde7e06b172551d42e6ed8abe2177d2 (diff) |
better output for epwing
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r-- | ext/fg/css/frame.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index 597646f2..d519d4b7 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -117,6 +117,11 @@ body { color: #000; } +.term-glossary p { + overflow-x: auto; + white-space: pre; +} + /* kanji styles */ .kanji-glyph { @@ -153,3 +158,8 @@ body { .kanji-glossary li span { color: #000; } + +.kanji-glossary p { + overflow-x: auto; + white-space: pre; +} |