From 9c84cb67d2b1537de440c1d1e623d86b5d171642 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 9 May 2016 21:27:00 +0200 Subject: Buttons for answer input --- public/css/hebrewparsetrainer.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'public/css') diff --git a/public/css/hebrewparsetrainer.css b/public/css/hebrewparsetrainer.css index 1776cf3..54f0c2d 100644 --- a/public/css/hebrewparsetrainer.css +++ b/public/css/hebrewparsetrainer.css @@ -16,23 +16,27 @@ * along with this program. If not, see . */ @font-face { - font-family: 'Ezra SIL'; - src: url('fonts/EzraSIL.ttf'); + font-family: 'Ezra SIL'; + src: url('fonts/EzraSIL.ttf'); } #trainer-404 { - display: none; - padding: 15px; + display: none; + padding: 15px; +} + +#trainer-input-fancy { + margin-bottom: 20px; } #trainer-input-help { - display: none; + display: none; } .hebrew { - font-family: 'Ezra SIL', David; + font-family: 'Ezra SIL', David; } .hebrew-large { - font-size: 40px; + font-size: 40px; } -- cgit v1.2.3