Browse Source

Removing status message

master
Joshua Moerman 11 years ago
parent
commit
44fc7271bd
  1. 6
      index.css

6
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;