aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorCamil Staps2016-09-06 21:22:35 +0200
committerCamil Staps2016-09-06 21:22:35 +0200
commit183478a12b7eb24b6433f4e6d5f3205198a095d9 (patch)
tree0fac499f468cbab330004df43e6485562360dc6d /public/css
parentOnly show roots with active verbs on trainer page (diff)
Several minor interface improvements
Diffstat (limited to 'public/css')
-rw-r--r--public/css/hebrewparsetrainer.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css
index 8ca939f..03c661c 100644
--- a/public/css/hebrewparsetrainer.css
+++ b/public/css/hebrewparsetrainer.css
@@ -64,9 +64,14 @@ body {
}
.hebrew {
+ direction: rtl;
font-family: 'Ezra SIL', David;
}
+.ltr {
+ direction: ltr;
+}
+
.hebrew-large {
font-size: 40px;
}