summaryrefslogtreecommitdiff
path: root/ext/fg
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg')
-rw-r--r--ext/fg/css/frame.css39
1 files changed, 15 insertions, 24 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index dae244fa..bb0b3abf 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -73,17 +73,6 @@ body {
background-color: #0275d8;
}
-.kanji-glyph {
- font-family: "KanjiStrokeOrders";
- font-size: 140px;
- line-height: 140px;
- vertical-align: top;
-}
-
-.kanji-info {
- display: inline-block;
-}
-
ol {
padding-left: 1.2em;
}
@@ -96,23 +85,25 @@ li span {
color: #000;
}
-dl {
- padding: 0.5em;
+.kanji-glyph {
+ float: left;
+ font-family: "KanjiStrokeOrders";
+ font-size: 140px;
+ line-height: 140px;
+ padding: 0.01em;
+ vertical-align: top;
}
-dt {
- float: left;
- clear: left;
- width: 100px;
- text-align: right;
- font-weight: bold;
+.kanji-info {
+ display: block;
+ overflow: hidden;
}
-dt:after {
- content: ":";
+.kanji-info dt {
+ font-weight: bold;
}
-dd {
- margin: 0 0 0 110px;
- padding: 0 0 0.5em 0;
+.kanji-info dd {
+ margin-left: 1.2em;
}
+