summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-06-11 09:56:00 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-06-11 09:56:00 +0200
commitc28a69e2eb758b70f8631b2cf5c63d12093a1fc5 (patch)
tree2b8f9c3376fcc072865da7216eb139589071fa67 /css
parent9189da16073a0c2fab560df7fdbe5edb331d8c47 (diff)
Handle error more properly.
Exception are forwarded up to be able to inform the user about it.
Diffstat (limited to 'css')
-rw-r--r--css/style.css10
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;
}