diff options
author | Camil Staps | 2016-09-06 21:22:35 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-06 21:22:35 +0200 |
commit | 183478a12b7eb24b6433f4e6d5f3205198a095d9 (patch) | |
tree | 0fac499f468cbab330004df43e6485562360dc6d /public/css/hebrewparsetrainer.css | |
parent | Only show roots with active verbs on trainer page (diff) |
Several minor interface improvements
Diffstat (limited to 'public/css/hebrewparsetrainer.css')
-rw-r--r-- | public/css/hebrewparsetrainer.css | 5 |
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; } |