diff options
author | Camil Staps | 2016-01-04 23:20:50 +0100 |
---|---|---|
committer | Camil Staps | 2016-01-04 23:20:50 +0100 |
commit | 7a93b44c6cb2f1e1f335d93ddf62a149ebd5f1d9 (patch) | |
tree | ea606ac400db5aced2a83f65efa247372ad164d5 /public/css | |
parent | Models, migrations and seeds for root, roottranslation, stem, tense, verb (diff) |
Training app
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/hebrewparsetrainer.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css new file mode 100644 index 0000000..eb4e5bf --- /dev/null +++ b/public/css/hebrewparsetrainer.css @@ -0,0 +1,12 @@ +#trainer-404 { + display: none; + padding: 15px; +} + +.hebrew { + font-family: 'Ezra SIL', David; +} + +.hebrew-large { + font-size: 40px; +}
\ No newline at end of file |