Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
agektmr committed Feb 29, 2012
1 parent fecc3f1 commit 456fb58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/css/style.css
Expand Up @@ -39,7 +39,6 @@ div#conversation {

ul#msg {
display:inline-block;
word-wrap: break-word;
}

div#listener {
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Expand Up @@ -18,7 +18,7 @@
Message: <input type="text" id="text" value="" />
<input type="button" id="send_text" value="send message" />
</div>
<div id="conversation">
<div id="conversation" style="display:none;">
<ul id="msg"></ul>
<div id="listener"></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions views/layout.ejs
Expand Up @@ -24,6 +24,7 @@
$('#name').attr('disabled', 'disabled');
$('#message').show();
$('#player').css('display', '-webkit-box');
$('#conversation').css('display', '-webkit-box');
$('#connect').val('disconnect');
});
} else {
Expand Down

0 comments on commit 456fb58

Please sign in to comment.