Skip to content

Instantly share code, notes, and snippets.

@dcolthorp
Created June 29, 2011 11:51
Show Gist options
  • Save dcolthorp/1053703 to your computer and use it in GitHub Desktop.
Save dcolthorp/1053703 to your computer and use it in GitHub Desktop.
<div id="dashboard">
<ul class="messages">
<li class="status-good"><span class="text">John recieved your message.</span></li>
<li class="status-bad"><span class="text">Your password is about to expire</span></li>
</ul>
</div>
<div id="sidebar">
<div class="latest-message status-good">
<h2>Latest News</h2>
<p class="text">John recieved your message.</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment