Skip to content

Commit

Permalink
* Styled loading stage a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Daniels committed Sep 25, 2010
1 parent b20a4d6 commit 64439a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions client/style/style.css
Expand Up @@ -37,4 +37,16 @@ BODY {
color : #333333;
font-family : Trebuchet MS;
line-height : 16px;
}

#loadscreen{
background : white;
padding : 10px;
position : absolute;
left : 0;
top : 0;
right : 0;
bottom : 0;
z-index : 100;
color : #666;
}

0 comments on commit 64439a8

Please sign in to comment.