Skip to content

Commit

Permalink
Emphasize drawing area and remove unnecesary list items
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGhergut committed Apr 29, 2016
1 parent d23b2ae commit 688616f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ html, body {

canvas {
float: left;
background: #FFFAF0;
}

#chat {
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

<div id = "chat">
<ul id = "messages">
<li> test </li>
<li> a </li>
</ul>
<form onsubmit = "return sendMessage()" action = "">
<div id = "inputField">
Expand Down

0 comments on commit 688616f

Please sign in to comment.