Created
June 29, 2011 11:51
-
-
Save dcolthorp/1053703 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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