diff options
| author | Alex Yatskov <alex@foosoft.net> | 2016-12-22 18:50:58 -0800 | 
|---|---|---|
| committer | Alex Yatskov <alex@foosoft.net> | 2016-12-22 18:50:58 -0800 | 
| commit | 39fa11f72bae62985ee5b27103e5959dab30316c (patch) | |
| tree | e7fe89d18a2b0bfa892ede044d7e6dcc076bbf7b /ext/fg/css | |
| parent | 5710dc55a73491a0be2259fbd21874bddda54877 (diff) | |
| parent | 9d21f8a456530c29c7c03db4896562a4902f6f8a (diff) | |
Merge branch 'dev'
Diffstat (limited to 'ext/fg/css')
| -rw-r--r-- | ext/fg/css/frame.css | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index e7b5dedc..d519d4b7 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -100,7 +100,7 @@ body {      text-decoration: none;  } -.term-rules { +.term-reasons {      color:   #777;      display: inline-block;  } @@ -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; +} |