summaryrefslogtreecommitdiff
path: root/ext/fg/css/frame.css
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fg/css/frame.css')
-rw-r--r--ext/fg/css/frame.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index e7b5dedc..d519d4b7 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -100,7 +100,7 @@ body {
text-decoration: none;
}
-.term-rules {
+.term-reasons {
color: #777;
display: inline-block;
}
@@ -117,6 +117,11 @@ body {
color: #000;
}
+.term-glossary p {
+ overflow-x: auto;
+ white-space: pre;
+}
+
/* kanji styles */
.kanji-glyph {
@@ -153,3 +158,8 @@ body {
.kanji-glossary li span {
color: #000;
}
+
+.kanji-glossary p {
+ overflow-x: auto;
+ white-space: pre;
+}