From fc5cef0efddbb1141b0a371108a23fc7f6e8d860 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 5 Sep 2016 22:30:47 +0200 Subject: Vote on verb suggestions --- public/css/hebrewparsetrainer.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'public/css') 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; -- cgit v1.2.3