diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-11 09:56:00 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-06-11 09:56:00 +0200 |
commit | c28a69e2eb758b70f8631b2cf5c63d12093a1fc5 (patch) | |
tree | 2b8f9c3376fcc072865da7216eb139589071fa67 /css/style.css | |
parent | 9189da16073a0c2fab560df7fdbe5edb331d8c47 (diff) |
Handle error more properly.
Exception are forwarded up to be able to inform the user about it.
Diffstat (limited to 'css/style.css')
-rw-r--r-- | css/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
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; } |