From e6365a10e4783241d9451a06a9befac9fb7cf09c Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 13 Apr 2016 21:59:11 -0700 Subject: [PATCH] Styling improvements --- ext/fg/css/client.css | 13 +++++++++---- 1 file 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; }