diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-13 21:59:11 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-13 21:59:11 -0700 |
commit | e6365a10e4783241d9451a06a9befac9fb7cf09c (patch) | |
tree | 3d74d4aba523b1c3bbf2ab5f732ee14fc0e482d6 /ext/fg/css | |
parent | 6e32b08d1cca7601903a9f2187fb37c427c2ed68 (diff) |
Styling improvements
Diffstat (limited to 'ext/fg/css')
-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; } |