diff options
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/frame.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index d9ffde84..3f8e3116 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -44,7 +44,16 @@ body { } .kanji { - font-size: 82px; + background-color: #eee; + display: inline-block; + font-size: 82px; + line-height: 82px; + vertical-align: top; +} + +.readings { + display: inline-block; + vertical-align: top; } .tag { |