diff options
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; } |