From 15921f6b8d7b9ee0885b3c75d972209b42975ac4 Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 15 Sep 2013 01:32:56 +0200 Subject: [PATCH] previous and next are arrows now, next step to internationalization --- css/screen.css | 4 ++++ index.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/screen.css b/css/screen.css index bd438d5..ccdfe2d 100644 --- a/css/screen.css +++ b/css/screen.css @@ -230,6 +230,10 @@ canvas { line-height: 1.05; } +.button.icon.previous, .button.icon.next { + padding-top: 0.5em; +} + #full h1 { font-size: 1.3em; font-weight: normal; diff --git a/index.html b/index.html index 800a565..5b48500 100644 --- a/index.html +++ b/index.html @@ -97,8 +97,8 @@