From 8773ab991dee071a08ef851926ef7f5db06441d4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 24 Apr 2016 19:39:10 -0700 Subject: WIP --- ext/fg/css/frame.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ext/fg/css') 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 { -- cgit v1.2.3