aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorCamil Staps2016-09-05 22:30:47 +0200
committerCamil Staps2016-09-05 22:30:47 +0200
commitfc5cef0efddbb1141b0a371108a23fc7f6e8d860 (patch)
tree8b3e62b50e5f856c57af477a78a51567d6e859f2 /public/css
parentUser creation and authentication (diff)
Vote on verb suggestions
Diffstat (limited to 'public/css')
-rw-r--r--public/css/hebrewparsetrainer.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css
index 54f0c2d..30ef258 100644
--- a/public/css/hebrewparsetrainer.css
+++ b/public/css/hebrewparsetrainer.css
@@ -20,6 +20,23 @@
src: url('fonts/EzraSIL.ttf');
}
+body {
+ padding-top: 20px;
+}
+
+.large {
+ font-size: 150%;
+}
+
+.header {
+ border-bottom: 1px solid #e5e5e5;
+ margin-bottom: 30px;
+}
+
+.suggestions td {
+ vertical-align: middle !important;
+}
+
#trainer-404 {
display: none;
padding: 15px;