aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorCamil Staps2016-01-04 23:20:50 +0100
committerCamil Staps2016-01-04 23:20:50 +0100
commit7a93b44c6cb2f1e1f335d93ddf62a149ebd5f1d9 (patch)
treeea606ac400db5aced2a83f65efa247372ad164d5 /public/css
parentModels, migrations and seeds for root, roottranslation, stem, tense, verb (diff)
Training app
Diffstat (limited to 'public/css')
-rw-r--r--public/css/hebrewparsetrainer.css12
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