diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 19:39:10 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 19:39:10 -0700 |
commit | 8773ab991dee071a08ef851926ef7f5db06441d4 (patch) | |
tree | 217045f2a15ef0bd30b8010b6be1e728e0c4eaff /ext/fg/css/frame.css | |
parent | 6908d9e7e345f46e2b4c635fbfe1fbed924ab5bd (diff) |
WIP
Diffstat (limited to 'ext/fg/css/frame.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 { |