From 183478a12b7eb24b6433f4e6d5f3205198a095d9 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 6 Sep 2016 21:22:35 +0200 Subject: Several minor interface improvements --- public/css/hebrewparsetrainer.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public') 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; } -- cgit v1.2.3