Skip to content

Instantly share code, notes, and snippets.

@julianalucena
Created June 10, 2011 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julianalucena/1019362 to your computer and use it in GitHub Desktop.
Save julianalucena/1019362 to your computer and use it in GitHub Desktop.
<li id="window-chat-user-1">
<div class="chat-window">
<span class="name">Test User</span>
<ul class="conversation"></ul>
<div class="user-input">
<input type="text">
</div>
</div>
<div class="chat-window-bar opened">
<div class="online">on-line</div>
<span class="name">Test User</span>
<div class="close">Fechar</div>
</div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment