From 44fc7271bdf37dac5f522f0c0c8d9926baf540de Mon Sep 17 00:00:00 2001 From: Joshua Moerman Date: Wed, 24 Apr 2013 14:16:27 +0200 Subject: [PATCH] Removing status message --- index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index f424887..3d019b8 100644 --- a/index.css +++ b/index.css @@ -40,7 +40,7 @@ h1 { text-align: center; width: 280px; position: relative; - margin: 40px auto; + margin: 0px auto; padding: 5px; border-radius: 10px; background: #fff; @@ -51,6 +51,10 @@ h1 { text-shadow: 0px 1px 1px #05f; } +.status { + display: none; +} + /* App */ #app { background: #000;