From c28a69e2eb758b70f8631b2cf5c63d12093a1fc5 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Wed, 11 Jun 2014 09:56:00 +0200 Subject: Handle error more properly. Exception are forwarded up to be able to inform the user about it. --- css/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 0c815ba..669df5a 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ body { .header_bar { color: #000000; text-align: center; - margin-bottom: 1em; + margin: 1em; } .footer_bar { color: #000000; @@ -25,7 +25,7 @@ body { } .content { color: #000000; - font-size: 1.1em; + font-size: 1.3em; text-align: center; width: 50%; display: block; @@ -48,6 +48,12 @@ body { margin-left: auto; margin-right: auto; } +#error { + font-size: 1.3em; + width: 50%; + margin-left: auto; + margin-right: auto; +} #dontlook { display: none; } -- cgit v1.2.3