Skip to content

Instantly share code, notes, and snippets.

@piatra
Created February 4, 2012 21:29
Show Gist options
  • Save piatra/1740245 to your computer and use it in GitHub Desktop.
Save piatra/1740245 to your computer and use it in GitHub Desktop.
Comments structure
/**
* Comments structure
*/
body {
background:#f5f5f5;
}
#comments {
}
#comments li {
list-style:none;
background:#fff;
}
#comments li p {
}
<ul id="comments">
<li>
<p>This is the comment</p>
<ul class='sub-comments'>
<li>
<p>This is a subcomment</p>
</li>
</ul>
</li>
</ul>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment