Created
February 4, 2012 21:29
-
-
Save piatra/1740245 to your computer and use it in GitHub Desktop.
Comments structure
This file contains 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
/** | |
* Comments structure | |
*/ | |
body { | |
background:#f5f5f5; | |
} | |
#comments { | |
} | |
#comments li { | |
list-style:none; | |
background:#fff; | |
} | |
#comments li p { | |
} | |
This file contains 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
<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> |
This file contains 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
{"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