diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/fg/css/client.css | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/ext/fg/css/client.css b/ext/fg/css/client.css index e0b343bf..9b9779cb 100644 --- a/ext/fg/css/client.css +++ b/ext/fg/css/client.css @@ -34,12 +34,17 @@      z-index:          256;  } +.yomichan-popup ol { +    padding-left: 1.2em; +} +  .yomichan-def-expression { -    font-family: serif; -    font-size:   18pt; +    font-family:   serif; +    font-size:     18pt;  }  .yomichan-def-glossary { -    clear:     both; -    font-size: 12pt; +    clear:       both; +    font-size:   12pt; +    padding-top: 0.8em;  } |