aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index fbe8e7d..b699ead 100644
--- a/static/style.css
+++ b/static/style.css
@@ -150,7 +150,11 @@ details .chars {
padding-bottom: 1em;
}
-#gen_ex_words table td {
+#gen_ex_words table, #gen_ex_kanji table {
+ margin: auto;
+}
+
+#gen_ex_words table td, #gen_ex_kanji table td {
text-align: left;
}
@@ -160,6 +164,10 @@ details .chars {
padding-bottom: 3em;
}
+#gen_ex_words {
+ padding-bottom: 1em;
+}
+
#gen_section.gen_hidden #gen_ex_en {
visibility: hidden;
}
@@ -168,6 +176,10 @@ details .chars {
visibility: hidden;
}
+#gen_section.gen_hidden #gen_ex_kanji {
+ visibility: hidden;
+}
+
#gen_section.gen_hidden #gen_ex_display rt {
visibility: hidden;
}