diff options
author | Camil Staps | 2016-05-09 21:27:00 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-09 21:27:00 +0200 |
commit | 9c84cb67d2b1537de440c1d1e623d86b5d171642 (patch) | |
tree | 636109ecf23d190eb480287e24fa7df8295b1add /public/css/hebrewparsetrainer.css | |
parent | More help text (diff) |
Buttons for answer input
Diffstat (limited to 'public/css/hebrewparsetrainer.css')
-rw-r--r-- | public/css/hebrewparsetrainer.css | 18 |
1 files changed, 11 insertions, 7 deletions
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 <http://www.gnu.org/licenses/>. */ @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; } |